| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.hpp | 64 class Statement; 89 friend class Statement; 93 // A Statement object represents a prepared statement that can be run repeatedly run with a Query o… 94 class Statement { class 96 Statement(Database& db, const char* sql); 97 Statement(const Statement&) = delete; 98 Statement(Statement&&) = delete; 99 Statement& operator=(const Statement&) = delete; 100 Statement& operator=(Statement&&) = delete; 101 ~Statement(); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | gimple-iterator.h | 23 /* Iterator object for GIMPLE statement sequences. */ 27 /* Sequence node holding the current statement. */ 30 /* Sequence and basic block holding the statement. These fields 31 are necessary to handle edge cases such as when statement is 32 added to an empty basic block or when the last statement of a 49 GSI_NEW_STMT, /* Only valid when single statement is added, move 51 GSI_SAME_STMT, /* Leave the iterator at the same statement. */ 96 /* Return a new iterator pointing to GIMPLE_SEQ's first statement. */ 122 /* Return a new iterator pointing to the first statement in basic block BB. */ 140 /* Return a new iterator initially pointing to GIMPLE_SEQ's last statement. */ [all …]
|
| H A D | gimple.h | 128 defined for statement codes that do not use subcodes. 131 are never used in the same statement class. 134 statement code can hold up to 16 bitflags). 189 /* True on an GIMPLE_OMP_RETURN statement if the return does not require 191 that would otherwise be emitted is dependent on the OMP statement with 245 /* Nonzero if this statement has been modified and needs to have its 249 /* Nonzero if this statement contains volatile operands. */ 261 /* UID of this statement. This is used by passes that want to 274 Basic block holding this statement. */ 280 A gimple statement is hence also a double-ended list of [all …]
|
| H A D | tree-ssa-propagate.h | 25 /* If SIM_P is true, statement S will be simulated again. */ 33 /* Return true if statement T should be simulated again. */ 42 of a propagation engine must return these values from the statement 45 /* The statement produces nothing of interest. No edges will be 49 /* The statement produces an interesting value. The set SSA_NAMEs 51 INTERESTING_SSA_EDGES. If the statement being visited is a 56 /* The statement produces a varying (i.e., useless) value and 57 should not be simulated again. If the statement being visited
|
| H A D | gimple-walk.h | 1 /* Header file for gimple statement walk support. 29 /* Points to the current statement being walked. */ 56 sub-expressions of a statement. For instance, when walking the 57 statement 'foo (&var)', the flag VAL_ONLY will initially be set 72 /* True if we've removed the statement that was processed. */ 76 /* Callback for walk_gimple_stmt. Called for every statement found 77 during traversal. The first argument points to the statement to 80 sub-statements of the statement (the default value of this flag is
|
| H A D | tree-switch-conversion.h | 235 The "emit" vfunc gernerates a nested switch statement which 277 /* A GIMPLE switch statement can be expanded to a short sequence of bit-wise 354 /* Expand a switch statement by a short sequence of bit-wise 395 /* Split the basic block at the statement pointed to by GSIP, and insert 414 /* True when the jump table handles an entire switch statement. */ 535 /* Analyze switch statement and return true when the statement is expanded 543 switch statement. Record this information in the aux field of the edge. 612 /* Switch statement. */ 635 statement into initializations from a static array. Obviously, the values 701 /* The following function is invoked on every switch statement (the current [all …]
|
| H A D | gimple-predict.h | 26 /* Return the predictor of GIMPLE_PREDICT statement GS. */ 36 /* Set the predictor of GIMPLE_PREDICT statement GS to PREDICT. */ 47 /* Return the outcome of GIMPLE_PREDICT statement GS. */ 57 /* Set the outcome of GIMPLE_PREDICT statement GS to OUTCOME. */ 69 /* Build a GIMPLE_PREDICT statement. PREDICT is one of the predictors from 83 /* Return true if GS is a GIMPLE_PREDICT statement. */
|
| H A D | gimple-ssa.h | 26 /* This structure is used to map a gimple statement to a label, 95 for this variable with an empty defining statement. */ 136 /* Return the set of VUSE operand for statement G. */ 153 /* Return the set of VDEF operand for statement G. */ 167 /* Mark statement S as modified, and update it. */ 179 /* Update statement S if it has been optimized. */ 188 /* Mark statement S as modified, and update it. */
|
| H A D | tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 97 TSI_NEW_STMT, /* Only valid when single statement is added, move 99 TSI_SAME_STMT, /* Leave the iterator at the same statement. */ 101 iterator to the first statement in the chain. */ 103 iterator to the last statement in the chain. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | gimple-iterator.h | 23 /* Iterator object for GIMPLE statement sequences. */ 27 /* Sequence node holding the current statement. */ 30 /* Sequence and basic block holding the statement. These fields 31 are necessary to handle edge cases such as when statement is 32 added to an empty basic block or when the last statement of a 49 GSI_NEW_STMT, /* Only valid when single statement is added, move 51 GSI_SAME_STMT, /* Leave the iterator at the same statement. */ 96 /* Return a new iterator pointing to GIMPLE_SEQ's first statement. */ 122 /* Return a new iterator pointing to the first statement in basic block BB. */ 140 /* Return a new iterator initially pointing to GIMPLE_SEQ's last statement. */ [all …]
|
| H A D | gimple.h | 128 defined for statement codes that do not use subcodes. 131 are never used in the same statement class. 134 statement code can hold up to 16 bitflags). 189 /* True on an GIMPLE_OMP_RETURN statement if the return does not require 191 that would otherwise be emitted is dependent on the OMP statement with 245 /* Nonzero if this statement has been modified and needs to have its 249 /* Nonzero if this statement contains volatile operands. */ 261 /* UID of this statement. This is used by passes that want to 274 Basic block holding this statement. */ 280 A gimple statement is hence also a double-ended list of [all …]
|
| H A D | gimple-walk.h | 1 /* Header file for gimple statement walk support. 29 /* Points to the current statement being walked. */ 56 sub-expressions of a statement. For instance, when walking the 57 statement 'foo (&var)', the flag VAL_ONLY will initially be set 72 /* True if we've removed the statement that was processed. */ 76 /* Callback for walk_gimple_stmt. Called for every statement found 77 during traversal. The first argument points to the statement to 80 sub-statements of the statement (the default value of this flag is
|
| H A D | tree-ssa-propagate.h | 25 /* If SIM_P is true, statement S will be simulated again. */ 33 /* Return true if statement T should be simulated again. */ 42 of a propagation engine must return these values from the statement 45 /* The statement produces nothing of interest. No edges will be 49 /* The statement produces an interesting value. The set SSA_NAMEs 51 INTERESTING_SSA_EDGES. If the statement being visited is a 56 /* The statement produces a varying (i.e., useless) value and 57 should not be simulated again. If the statement being visited
|
| H A D | tree-switch-conversion.h | 235 The "emit" vfunc gernerates a nested switch statement which 277 /* A GIMPLE switch statement can be expanded to a short sequence of bit-wise 354 /* Expand a switch statement by a short sequence of bit-wise 395 /* Split the basic block at the statement pointed to by GSIP, and insert 414 /* True when the jump table handles an entire switch statement. */ 535 /* Analyze switch statement and return true when the statement is expanded 543 switch statement. Record this information in the aux field of the edge. 612 /* Switch statement. */ 635 statement into initializations from a static array. Obviously, the values 701 /* The following function is invoked on every switch statement (the current [all …]
|
| H A D | gimple-predict.h | 26 /* Return the predictor of GIMPLE_PREDICT statement GS. */ 36 /* Set the predictor of GIMPLE_PREDICT statement GS to PREDICT. */ 47 /* Return the outcome of GIMPLE_PREDICT statement GS. */ 57 /* Set the outcome of GIMPLE_PREDICT statement GS to OUTCOME. */ 69 /* Build a GIMPLE_PREDICT statement. PREDICT is one of the predictors from 83 /* Return true if GS is a GIMPLE_PREDICT statement. */
|
| H A D | gimple-ssa.h | 26 /* This structure is used to map a gimple statement to a label, 95 for this variable with an empty defining statement. */ 136 /* Return the set of VUSE operand for statement G. */ 153 /* Return the set of VDEF operand for statement G. */ 167 /* Mark statement S as modified, and update it. */ 179 /* Update statement S if it has been optimized. */ 188 /* Mark statement S as modified, and update it. */
|
| H A D | tree-iterator.h | 1 /* Iterator routines for manipulating GENERIC tree statement list. 97 TSI_NEW_STMT, /* Only valid when single statement is added, move 99 TSI_SAME_STMT, /* Leave the iterator at the same statement. */ 101 iterator to the first statement in the chain. */ 103 iterator to the last statement in the chain. */
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | compiler.h | 17 * that can lead to instructions from beyond an unreachable statement being 18 * incorrectly reordered into earlier delay slots if the unreachable statement 19 * is the only content of a case in a switch statement. This can lead to 35 * We work around both of these issues by placing a volatile asm statement, 39 * The .insn statement is required to ensure that any branches to the 40 * statement, which sadly must be kept due to the asm statement, are known to
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Statements.html | 74 <a name="index-statement-separator-character"></a> 76 <p>A <em>statement</em> ends at a newline character (‘<samp>\n</samp>’) or a 81 preceding statement. Newlines and separators within character constants are an 86 <p>It is an error to end any statement with end-of-file: the last 89 <p>An empty statement is allowed, and may include whitespace. It is ignored. 93 <p>A statement begins with zero or more labels, optionally followed by a 94 key symbol which determines what kind of statement it is. The key 95 symbol determines the syntax of the rest of the statement. If the 96 symbol begins with a dot ‘<samp>.</samp>’ then the statement is an assembler 98 a letter the statement is an assembly language <em>instruction</em>: it [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | Statements.html | 74 <a name="index-statement-separator-character"></a> 76 <p>A <em>statement</em> ends at a newline character (‘<samp>\n</samp>’) or a 81 preceding statement. Newlines and separators within character constants are an 86 <p>It is an error to end any statement with end-of-file: the last 89 <p>An empty statement is allowed, and may include whitespace. It is ignored. 93 <p>A statement begins with zero or more labels, optionally followed by a 94 key symbol which determines what kind of statement it is. The key 95 symbol determines the syntax of the rest of the statement. If the 96 symbol begins with a dot ‘<samp>.</samp>’ then the statement is an assembler 98 a letter the statement is an assembly language <em>instruction</em>: it [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | parse-headers.rst | 101 The ignore or replace statement will apply to ioctl definitions like: 109 The ignore or replace statement will apply to any other #define found 116 The ignore or replace statement will apply to typedef statements at C_FILE. 122 The ignore or replace statement will apply to the name of struct statements 129 The ignore or replace statement will apply to the name of enum statements 136 The ignore or replace statement will apply to the name of enum value 142 also be explicitly defined at the replace statement.
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/ |
| H A D | for_each_child.cocci | 2 // Adds missing of_node_put() before return/break/goto statement within a for_each iterator for chi… 24 statement S; 56 statement S; 85 statement S,S2; 118 statement S,S2; 148 statement S; 186 statement S, S2; 217 statement S2; 241 statement S,S2; 275 statement S2;
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/api/alloc/ |
| H A D | zalloc-simple.cocci | 34 statement S; 51 statement S; 134 statement S; 148 statement S; 178 statement S; 208 statement S; 238 statement S; 268 statement S; 298 statement S; 328 statement S; [all …]
|
| H A D | pool_zalloc-simple.cocci | 22 statement S; 36 statement S; 47 statement S; 62 statement S;
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | deref_null.cocci | 44 statement S1,S2; 57 statement S1,S2,S3,S4; 118 statement S1,S2,S3,S4; 178 statement S1,S2,S3,S4; 240 statement S1,S2; 251 statement S1,S2,S3,S4;
|