Home
last modified time | relevance | path

Searched refs:STMT (Results 1 – 9 of 9) sorted by relevance

/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 Dssa-iterators.h82 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \ argument
83 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
85 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
168 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ argument
169 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
176 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ argument
177 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
184 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ argument
185 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \
192 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \ argument
[all …]
H A Dtimevar.def214 DEFTIMEVAR (TV_TREE_STMT_VERIFY , "tree STMT verifier")
H A Dinternal-fn.def87 where STMT is the statement that performs the call. These are generated
/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 Dssa-iterators.h82 #define FOR_EACH_IMM_USE_STMT(STMT, ITER, SSAVAR) \ argument
83 for ((STMT) = first_imm_use_stmt (&(ITER), (SSAVAR)); \
85 (void) ((STMT) = next_imm_use_stmt (&(ITER))))
168 #define FOR_EACH_SSA_TREE_OPERAND(TREEVAR, STMT, ITER, FLAGS) \ argument
169 for (TREEVAR = op_iter_init_tree (&(ITER), STMT, FLAGS); \
176 #define FOR_EACH_SSA_USE_OPERAND(USEVAR, STMT, ITER, FLAGS) \ argument
177 for (USEVAR = op_iter_init_use (&(ITER), STMT, FLAGS); \
184 #define FOR_EACH_SSA_DEF_OPERAND(DEFVAR, STMT, ITER, FLAGS) \ argument
185 for (DEFVAR = op_iter_init_def (&(ITER), STMT, FLAGS); \
192 #define FOR_EACH_PHI_ARG(USEVAR, STMT, ITER, FLAGS) \ argument
[all …]
H A Dtimevar.def214 DEFTIMEVAR (TV_TREE_STMT_VERIFY , "tree STMT verifier")
H A Dinternal-fn.def87 where STMT is the statement that performs the call. These are generated
/OK3568_Linux_fs/kernel/scripts/
H A Dcheckkconfigsymbols.py27 STMT = r"^\s*(?:if|select|imply|depends\s+on|(?:" + DEFAULT + r"))\s+" + EXPR variable
36 REGEX_KCONFIG_STMT = re.compile(STMT)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info13495 Return the type of the main expression computed by 'STMT'. Return
13496 'void_type_node' if 'STMT' computes nothing. This will only return
13502 Return the tree code for the expression computed by 'STMT'. This
13504 'GIMPLE_COND'. If 'STMT' is 'GIMPLE_CALL', it will return
13522 Return true if no warnings should be emitted for statement 'STMT'.
13526 Set the visited status on statement 'STMT' to 'VISITED_P'.
13529 Return the visited status on statement 'STMT'.
13533 Set pass local flag 'PLF' on statement 'STMT' to 'VAL_P'.
13537 Return the value of pass local flag 'PLF' on statement 'STMT'.
13562 'STMT'.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info13495 Return the type of the main expression computed by 'STMT'. Return
13496 'void_type_node' if 'STMT' computes nothing. This will only return
13502 Return the tree code for the expression computed by 'STMT'. This
13504 'GIMPLE_COND'. If 'STMT' is 'GIMPLE_CALL', it will return
13522 Return true if no warnings should be emitted for statement 'STMT'.
13526 Set the visited status on statement 'STMT' to 'VISITED_P'.
13529 Return the visited status on statement 'STMT'.
13533 Set pass local flag 'PLF' on statement 'STMT' to 'VAL_P'.
13537 Return the value of pass local flag 'PLF' on statement 'STMT'.
13562 'STMT'.
[all …]