/external/llvm/tools/llvm-stress/ |
llvm-stress.cpp | 112 Function *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage, 115 Func->setCallingConv(CallingConv::C); 116 return Func;
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | 54 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) { [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | 296 if (Function *FuncStart = M->getFunction("llvm.dbg.func.start")) { [all...] |
/external/clang/test/SemaCXX/ |
warn-thread-safety-analysis.cpp | 867 int func(int i) function in namespace:thread_annot_lock_22 1002 struct Bar { Foo &func () {return getFoo();} }; function in struct:thread_annot_lock_61_modified::Bar 1006 Bas() & Bar().func() << "" << ""; 1007 Bas() & Bar().func() << ""; 1087 void func(T x) { function in class:thread_annot_lock_68_modified::Foo 1102 foo->func(5); 1117 int func() { function in class:thread_annot_lock_30_modified::Bar 1140 bar->func(); 1255 void func() function in namespace:thread_annot_lock_18_modified 1286 int func(int i function in namespace:thread_annot_lock_21 1410 void func() function in namespace:thread_annot_lock_42 [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.cpp | 475 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode()); 477 if (Func) { // direct call 820 GlobalAddressSDNode *Func = dyn_cast<GlobalAddressSDNode>(Callee.getNode()); 857 if (!Func) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_triangle.c | 889 ASSERT(ctx->Depth.Func == GL_LESS); \ [all...] |
s_depth.c | 76 switch (ctx->Depth.Func) { 102 _mesa_problem(ctx, "Bad depth func in depth_test_span16"); 124 switch (ctx->Depth.Func) { 150 _mesa_problem(ctx, "Bad depth func in depth_test_span32");
|
/external/llvm/lib/MC/ |
MCAsmStreamer.cpp | 146 virtual void EmitThumbFunc(MCSymbol *Func); 400 void MCAsmStreamer::EmitThumbFunc(MCSymbol *Func) { 406 OS << '\t' << *Func; [all...] |
MCMachOStreamer.cpp | 53 virtual void EmitThumbFunc(MCSymbol *Func);
|
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | 889 ASSERT(ctx->Depth.Func == GL_LESS); \ [all...] |
s_depth.c | 76 switch (ctx->Depth.Func) { 102 _mesa_problem(ctx, "Bad depth func in depth_test_span16"); 124 switch (ctx->Depth.Func) { 150 _mesa_problem(ctx, "Bad depth func in depth_test_span32");
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/ |
driverfuncs.c | 256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
/external/clang/lib/CodeGen/ |
CGDebugInfo.h | 134 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit);
|
/external/clang/lib/Sema/ |
AnalysisBasedWarnings.cpp | 231 static CheckFallThroughDiagnostics MakeForFunction(const Decl *Func) { 233 D.FuncLoc = Func->getLocation(); 246 if (const CXXMethodDecl *Method = dyn_cast<CXXMethodDecl>(Func)) 251 if (const FunctionDecl *Function = dyn_cast<FunctionDecl>(Func)) [all...] |
SemaExpr.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
FastISel.cpp | 836 LibFunc::Func Func; 838 LibInfo->getLibFunc(F->getName(), Func) && 839 LibInfo->hasOptimizedCodeGen(Func)) [all...] |
/external/llvm/lib/Target/ARM/ |
ARMFrameLowering.cpp | 583 bool(*Func)(unsigned, bool), 598 if (!(Func)(Reg, STI.isTargetIOS())) continue; 652 bool(*Func)(unsigned, bool), 669 if (!(Func)(Reg, STI.isTargetIOS())) continue; [all...] |
/external/llvm/lib/Target/R600/ |
AMDILCFGStructurizer.cpp | 690 MachineFunction *Func = MBB->getParent(); 691 MachineBasicBlock *NewMBB = Func->CreateMachineBasicBlock(); 692 Func->push_back(NewMBB); //insert to function 695 MachineInstr *MI = Func->CloneMachineInstr(It); 945 //walk through all the block in func to check for unreachable [all...] |
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 256 ctx->Driver.DepthFunc(ctx, ctx->Depth.Func);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 209 && ctx->Depth.Func==GL_LESS 310 ctx->Depth.Func == GL_LESS && [all...] |
/external/llvm/lib/Transforms/Scalar/ |
LoopIdiomRecognize.cpp | 620 Value *Func = Intrinsic::getDeclaration(M, Intrinsic::ctpop, Tys); 621 CallInst *CI = IRBuilder.CreateCall(Func, Ops); [all...] |
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 209 && ctx->Depth.Func==GL_LESS 310 ctx->Depth.Func == GL_LESS && [all...] |
/external/opencv/cxcore/include/ |
cxmisc.h | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | [all...] |
/external/llvm/lib/Support/ |
YAMLParser.cpp | 356 /// @brief Skip minimal well-formed code unit subsequences until Func 360 /// subsequence that Func accepted. 361 StringRef::iterator skip_while( SkipWhileFunc Func 824 StringRef::iterator Scanner::skip_while( SkipWhileFunc Func 827 StringRef::iterator i = (this->*Func)(Position); [all...] |