Searched defs:CALL (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h37 CALL, // A call instruction. enumerator in enum:llvm::SPISD::__anon9569
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h39 /// CALL - These operations represent an abstract call
41 CALL, enumerator in enum:llvm::MSP430ISD::__anon9526
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarLexer.cs28 public const int CALL=4; field in class:DebugGrammarLexer
H A DProfileGrammarLexer.cs28 public const int CALL=4; field in class:ProfileGrammarLexer
H A DDebugTreeGrammar.cs29 "<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 DProfileTreeGrammar.cs29 "<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 DDebugGrammarParser.cs26 "<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 DProfileGrammarParser.cs26 "<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 DFuzzy.h22 #define CALL 5 macro
H A DFuzzyLexer.h40 #define CALL 16 macro
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/
H A DFuzzyLexer.h40 #define CALL 16 macro
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.h38 CALL, ///< CALL instruction enumerator in enum:llvm::SPUISD::NodeType
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h47 CALL, // A call instruction. enumerator in enum:llvm::HexagonISD::__anon9493
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h29 CALL, enumerator in enum:llvm::NVPTXISD::NodeType
/external/dexmaker/src/test/java/com/google/dexmaker/
H A DDexMakerTest.java55 private static MethodId<Callable, Object> CALL = CALLABLE.getMethod(TypeId.OBJECT, "call"); field in class:DexMakerTest
270 code.invokeInterface(CALL, localResult, localC);
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java114 int CALL = 'C'; // method call field in interface:TokenId
/external/llvm/utils/TableGen/
H A DEDEmitter.cpp428 #define CALL(target) { \ macro
528 if (name.find("CALL") != name.npos) {
538 CALL("off");
540 CALL("dst");
553 #undef CALL macro
/external/icu4c/test/perf/collperf/
H A Dcollperf.cpp186 enum CALL {forward_null, forward_len, backward_null, backward_len}; enum in class:CmdIterAll
191 CmdIterAll(UErrorCode & status, UCollator * col, int32_t count, UChar * data, CALL call,int32_t,int32_t)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h47 CALL, // Function call. enumerator in enum:llvm::ARMISD::NodeType
/external/icu4c/test/intltest/
H A Dwbnf.cpp1367 #define CALL(fun) \ macro
1754 //CALL(TestLiteral);
1755 //CALL(TestSequence);
1756 //CALL(TestSymbolTable);
1757 //CALL(TestVariable);
1767 //CALL(TestScanner);
1768 //CALL(TestParser);
1769 CALL(TestLanguageGenerator);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h60 /// CALL - These operations represent an abstract X86 call
77 CALL, enumerator in enum:llvm::X86ISD::NodeType
/external/qemu/tcg/sparc/
H A Dtcg-target.c258 #define CALL INSN_OP(1) macro
805 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_ld_helpers[s_bits]
1020 tcg_out32(s, CALL | ((((tcg_target_ulong)qemu_st_helpers[s_bits]
1147 tcg_out32(s, CALL | ((((tcg_target_ulong)args[0]

Completed in 9692 milliseconds