Lines Matching refs:code
36 code, consider its placement in relation to the other codes. */
82 /* Each data type is represented by a tree node whose code is one of
172 /* All pointer-to-x types have code POINTER_TYPE.
181 /* All pointer-to-block types have code BLOCK_POINTER_TYPE.
248 have code FUNCTION_TYPE also, but then TREE_TYPE is zero or void type. */
337 DECL_FUNCTION_CODE is a code number that is nonzero for
517 then the code that creates the BIND_EXPR is also responsible for
521 This tells the code for debugging symbol tables not to ignore the BIND_EXPR.
525 In order for the BIND_EXPR to be known at all, the code that creates it
592 will find this PLACEHOLDER_EXPR and generate code to calculate the
738 /* Represents a conversion expected to require no code to be generated. */
750 This code may also be used within the LHS of a MODIFY_EXPR, in which
879 list of types) handled, and CATCH_BODY is the code for the handler. */
978 Operand 2: OMP_FOR_INIT: Initialization code of the form
1026 /* OpenMP - An intermediate tree code to mark the location of the
1027 loop or sections iteration in the partially lowered code. */