HomeSort by relevance Sort by last modified time
    Searched full:tcall (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
TCall.java 8 public final class TCall extends Token
10 public TCall()
15 public TCall(int line, int pos)
25 return new TCall(getLine(), getPos());
36 throw new RuntimeException("Cannot change TCall text.");
  /external/swiftshader/third_party/LLVM/test/Transforms/ObjCARC/
contract-marker.ll 4 ; CHECK-NEXT: %tcall = bitcast i32* %call to i8*
6 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %tcall) nounwind
11 %tcall = bitcast i32* %call to i8*
12 %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %tcall) nounwind
  /external/llvm/test/Transforms/ObjCARC/
contract-marker.ll 5 ; CHECK-NEXT: %tcall = bitcast i32* %call to i8*
7 ; CHECK-NEXT: %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %tcall) [[NUW:#[0-9]+]]
13 %tcall = bitcast i32* %call to i8*
14 %0 = tail call i8* @objc_retainAutoreleasedReturnValue(i8* %tcall) nounwind
21 ; CHECK-NEXT: %tcall = bitcast i32* %call to i8*
23 ; CHECK-NEXT: %0 = tail call i8* @objc_unsafeClaimAutoreleasedReturnValue(i8* %tcall) [[NUW:#[0-9]+]]
29 %tcall = bitcast i32* %call to i8*
30 %0 = tail call i8* @objc_unsafeClaimAutoreleasedReturnValue(i8* %tcall) nounwind
  /prebuilts/go/darwin-x86/src/runtime/
wincallback.go 35 buf.WriteString("\tCALL\truntime·callbackasm1(SB)\n")
  /prebuilts/go/linux-x86/src/runtime/
wincallback.go 35 buf.WriteString("\tCALL\truntime·callbackasm1(SB)\n")
  /external/mesa3d/src/mapi/glapi/gen/
gl_x86_asm.py 95 print '\tCALL(_x86_get_dispatch) ;\t\t\t\\'
108 print '1:\tCALL(_x86_get_dispatch) ;\t\t\t\\'
119 print '1:\tCALL(_glapi_get_dispatch) ;\t\t\t\\'
140 print '\tcall 1f'
155 print '\tCALL(GLNAME(pthread_getspecific))'
gl_SPARC_asm.py 86 print '\tcall\t__glapi_sparc_get_pc'
105 print '\tcall\t__glapi_sparc_get_pc'
144 print '\tcall\t__glapi_sparc_get_pc'
160 print '\tcall\t_glapi_get_dispatch'
180 print '\tcall\t__glapi_sparc_get_pc'
gl_x86-64_asm.py 230 print '\tcall\t_x86_64_get_dispatch@PLT'
236 print '\tcall\t_x86_64_get_dispatch@PLT'
255 print '\tcall\t_glapi_get_dispatch'
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
Analysis.java 95 void caseTCall(TCall node);
AnalysisAdapter.java 467 public void caseTCall(TCall node)
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
TokenIndex.java 121 public void caseTCall(@SuppressWarnings("unused") TCall node)
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/InstPrinter/
PTXInstPrinter.cpp 84 O << "\tcall.uni\t";
  /external/llvm/lib/Target/Sparc/InstPrinter/
SparcInstPrinter.cpp 79 O << "\tcall "; printMemOperand(MI, 1, STI, O);
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcAsmPrinter.cpp 158 O << "\tcall\t.LLGETPC" << mfNum << '_' << bbNum << '\n' ;
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 94 struct TCall {
95 TCall(const TString& pCaller, const TString& pCallee) : caller(pCaller), callee(pCallee) { }
692 typedef std::list<TCall> TGraph;
linkValidate.cpp 537 TCall* newRoot;
557 std::list<TCall*> stack;
562 TCall* call = stack.back();
    [all...]
  /toolchain/binutils/binutils-2.27/gprof/po/
gprof.pot 120 "\t\t\tCall graph\n"
bg.po 133 "\t\t\tCall graph\n"
da.po 132 "\t\t\tCall graph\n"
de.po 131 "\t\t\tCall graph\n"
eo.po 132 "\t\t\tCall graph\n"
es.po 132 "\t\t\tCall graph\n"
fi.po 137 "\t\t\tCall graph\n"
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.h 46 tCALL, // Thumb function call.
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0-sources.jar 

Completed in 456 milliseconds

1 2 3