/external/compiler-rt/test/asan/TestCases/Posix/ |
H A D | coverage-direct-large.cc | 40 #define CALL(x) x(); macro 46 F4(CALL, f) 54 F4(CALL, f)
|
/external/llvm/lib/Target/BPF/ |
H A D | BPFISelLowering.h | 28 CALL, enumerator in enum:llvm::BPFISD::__anon10714 61 // Lower a call into CALLSEQ_START - BPFISD:CALL - CALLSEQ_END chain
|
/external/llvm/lib/Target/MSP430/ |
H A D | MSP430ISelLowering.h | 39 /// CALL - These operations represent an abstract call 41 CALL, enumerator in enum:llvm::MSP430ISD::__anon10754
|
/external/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.h | 43 CALL, // A call instruction. enumerator in enum:llvm::SPISD::__anon10879
|
/external/mesa3d/src/gallium/drivers/radeon/ |
H A D | AMDGPUISelLowering.h | 109 CALL, // Function call based on a single integer enumerator in enum:llvm::AMDGPUISD::__anon12156
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
H A D | DebugGrammarLexer.cs | 28 public const int CALL=4; field in class:DebugGrammarLexer
|
H A D | ProfileGrammarLexer.cs | 28 public const int CALL=4; field in class:ProfileGrammarLexer
|
H A D | DebugTreeGrammar.cs | 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 40 public const int CALL=4; field in class:DebugTreeGrammar 132 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) 233 case CALL: 341 if ( ((LA2_0>=CALL && LA2_0<=17)) ) 491 case CALL: 728 // BuildOptions\\DebugTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ; 748 // BuildOptions\\DebugTreeGrammar.g3:75:9: ( ^( CALL ID expr ) ) 751 // BuildOptions\\DebugTreeGrammar.g3:75:9: ^( CALL ID expr ) 755 Match(input,CALL,Follo [all...] |
H A D | ProfileTreeGrammar.cs | 29 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 40 public const int CALL=4; field in class:ProfileTreeGrammar 137 if ( ((LA1_0>=CALL && LA1_0<=INT)||(LA1_0>=10 && LA1_0<=11)||(LA1_0>=14 && LA1_0<=17)) ) 238 case CALL: 346 if ( ((LA2_0>=CALL && LA2_0<=17)) ) 496 case CALL: 733 // BuildOptions\\ProfileTreeGrammar.g3:74:0: call returns [BigInteger value] : ^( CALL ID expr ) ; 753 // BuildOptions\\ProfileTreeGrammar.g3:75:9: ( ^( CALL ID expr ) ) 756 // BuildOptions\\ProfileTreeGrammar.g3:75:9: ^( CALL ID expr ) 760 Match(input,CALL,Follo [all...] |
H A D | DebugGrammarParser.cs | 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 37 public const int CALL=4; field in class:DebugGrammarParser 1164 // BuildOptions\\DebugGrammar.g3:80:0: atom : ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) ); 1205 // BuildOptions\\DebugGrammar.g3:80:9: ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) ) 1375 // 83:25: -> ^( CALL ID expr ) 1378 // BuildOptions\\DebugGrammar.g3:83:28: ^( CALL ID expr ) 1382 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(CALL, "CALL"), root_1);
|
H A D | ProfileGrammarParser.cs | 26 "<invalid>", "<EOR>", "<DOWN>", "<UP>", "CALL", "FUNC", "ID", "INT", "NEWLINE", "WS", "'-'", "'%'", "'('", "')'", "'*'", "'/'", "'+'", "'='" 37 public const int CALL=4; field in class:ProfileGrammarParser 1168 // BuildOptions\\ProfileGrammar.g3:80:0: atom : ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) ); 1209 // BuildOptions\\ProfileGrammar.g3:80:9: ( INT | ID | '(' expr ')' -> expr | ID '(' expr ')' -> ^( CALL ID expr ) ) 1379 // 83:25: -> ^( CALL ID expr ) 1382 // BuildOptions\\ProfileGrammar.g3:83:28: ^( CALL ID expr ) 1386 root_1 = (CommonTree)adaptor.BecomeRoot((CommonTree)adaptor.Create(CALL, "CALL"), root_1);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
H A D | Fuzzy.h | 22 #define CALL 5 macro
|
H A D | FuzzyLexer.h | 40 #define CALL 16 macro
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
H A D | FuzzyLexer.h | 40 #define CALL 16 macro
|
/external/llvm/lib/Target/R600/ |
H A D | AMDGPUISelLowering.h | 213 CALL, // Function call based on a single integer enumerator in enum:llvm::AMDGPUISD::__anon10831
|
/external/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.h | 34 CALL, enumerator in enum:llvm::SystemZISD::__anon10892
|
/external/javassist/src/main/javassist/compiler/ |
H A D | TokenId.java | 114 int CALL = 'C'; // method call field in interface:TokenId
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.h | 97 /// CALL - A direct function call. 100 CALL, CALL_NOP, enumerator in enum:llvm::PPCISD::NodeType
|
/external/dexmaker/src/test/java/com/google/dexmaker/ |
H A D | DexMakerTest.java | 56 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call"); field in class:DexMakerTest 280 code.invokeInterface(CALL, localResult, localC);
|
/external/icu/icu4c/source/test/perf/collperf/ |
H A D | collperf.cpp | 191 enum CALL {forward_null, forward_len, backward_null, backward_len}; enum in class:CmdIterAll 196 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t)
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.h | 31 CALL, // Function call. enumerator in enum:llvm::AArch64ISD::__anon10643
|
/external/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 43 CALL, // Function call. enumerator in enum:llvm::ARMISD::NodeType
|
/external/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.h | 80 CALL, enumerator in enum:llvm::X86ISD::NodeType
|
/external/pcre/dist/sljit/ |
H A D | sljitNativeSPARC_common.c | 122 #define CALL (OPC1(0x1)) macro 222 inst[-1] = CALL; 226 inst[0] = CALL; 354 buf_ptr[0] = CALL | (addr & 0x3fffffff);
|
/external/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.h | 28 CALL, enumerator in enum:llvm::NVPTXISD::NodeType
|