/external/chromium_org/third_party/angle/src/compiler/preprocessor/ |
Token.cpp | 58 assert(type == CONST_INT); 64 assert(type == CONST_INT);
|
Token.h | 26 CONST_INT, 81 // Converts text into numeric value for CONST_INT and CONST_FLOAT token.
|
Preprocessor.cpp | 72 token.type = Token::CONST_INT;
|
DirectiveParser.cpp | 196 // Convert the current token into a CONST_INT token. 197 token->type = Token::CONST_INT; 724 if (valid && (token->type != Token::CONST_INT)) 779 if (valid && (token->type != Token::CONST_INT)) 793 if (valid && (token->type != Token::CONST_INT))
|
ExpressionParser.y | 205 case pp::Token::CONST_INT:
|
Tokenizer.l | 119 return pp::Token::CONST_INT;
|
ExpressionParser.cpp | [all...] |
Tokenizer.cpp | 926 return pp::Token::CONST_INT; [all...] |
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
char_test.cpp | 68 expectedType = pp::Token::CONST_INT;
|
define_test.cpp | 857 EXPECT_EQ(pp::Token::CONST_INT, token.type); 869 EXPECT_EQ(pp::Token::CONST_INT, token.type); 880 EXPECT_EQ(pp::Token::CONST_INT, token.type); 891 EXPECT_EQ(pp::Token::CONST_INT, token.type);
|
number_test.cpp | 52 EXPECT_EQ(pp::Token::CONST_INT, token.type);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 51 (e.g, CONST_INT) 306 For an unconditional trap, make the condition (const_int 1). */ 314 DEF_RTL_EXPR(CONST_INT, "const_int", "w", RTX_CONST_OBJ) 333 (such as the sum of a SYMBOL_REF and a CONST_INT) so that it will be 504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where 662 a CONST_INT for each of the subparts of the result vector, giving the [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 149 rtx size; /* Size in bytes, as a CONST_INT. */ 374 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 51 (e.g, CONST_INT) 306 For an unconditional trap, make the condition (const_int 1). */ 314 DEF_RTL_EXPR(CONST_INT, "const_int", "w", RTX_CONST_OBJ) 333 (such as the sum of a SYMBOL_REF and a CONST_INT) so that it will be 504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where 662 a CONST_INT for each of the subparts of the result vector, giving the [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 149 rtx size; /* Size in bytes, as a CONST_INT. */ 374 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
rtl.def | 51 (e.g, CONST_INT) 306 For an unconditional trap, make the condition (const_int 1). */ 314 DEF_RTL_EXPR(CONST_INT, "const_int", "w", RTX_CONST_OBJ) 333 (such as the sum of a SYMBOL_REF and a CONST_INT) so that it will be 504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where 662 a CONST_INT for each of the subparts of the result vector, giving the [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 149 rtx size; /* Size in bytes, as a CONST_INT. */ 374 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
rtl.def | 51 (e.g, CONST_INT) 306 For an unconditional trap, make the condition (const_int 1). */ 314 DEF_RTL_EXPR(CONST_INT, "const_int", "w", RTX_CONST_OBJ) 333 (such as the sum of a SYMBOL_REF and a CONST_INT) so that it will be 504 form (plus (reg) (reg)) and (plus (reg) (const_int)), where 662 a CONST_INT for each of the subparts of the result vector, giving the [all...] |
rtl.h | 148 rtx offset; /* Offset from start of DECL, as CONST_INT. */ 149 rtx size; /* Size in bytes, as a CONST_INT. */ 374 #define CONST_INT_P(X) (GET_CODE (X) == CONST_INT) [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopToDop.java | 73 MAP.put(Rops.CONST_INT, Dops.CONST_4);
|
/dalvik/dx/src/com/android/dx/dex/code/ |
RopToDop.java | 244 MAP.put(Rops.CONST_INT, Dops.CONST_4);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopToDop.java | 245 MAP.put(Rops.CONST_INT, Dops.CONST_4);
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Rops.java | 93 public static final Rop CONST_INT = [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Rops.java | 93 public static final Rop CONST_INT = [all...] |
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
Rops.java | 93 public static final Rop CONST_INT = [all...] |