/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeFloatTypes.cpp | 954 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local 964 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local 974 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local 984 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local 994 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local 1006 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local 1017 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local 1030 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local 1040 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local 1050 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local [all …]
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | TraversalChecker.cpp | 72 void CallDumper::checkPreCall(const CallEvent &Call, CheckerContext &C) const { in checkPreCall() argument 85 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall() argument
|
H A D | CheckerDocumentation.cpp | 108 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() argument 114 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() argument 273 const CallEvent *Call, in checkPointerEscape() 284 const CallEvent *Call, in checkConstPointerEscape()
|
H A D | SimpleStreamChecker.cpp | 120 void SimpleStreamChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 141 void SimpleStreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall() 208 const CallEvent &Call, in reportDoubleClose() 257 const CallEvent *Call, in checkPointerEscape()
|
H A D | DynamicTypePropagation.cpp | 60 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall() 104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()
|
H A D | NonNullParamChecker.cpp | 46 void NonNullParamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
|
H A D | CallAndMessageChecker.cpp | 107 static StringRef describeUninitializedArgumentInCall(const CallEvent &Call, in describeUninitializedArgumentInCall() 186 const CallEvent &Call, in PreVisitProcessArg() 353 void CallAndMessageChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 70 CallInst *Call = dyn_cast<CallInst>(&*II); in runOnFunction() local 102 bool PartiallyInlineLibCalls::optimizeSQRT(CallInst *Call, in optimizeSQRT()
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | ast.ml | 17 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
H A D | ast.ml | 17 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
H A D | ast.ml | 17 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCallAndReturn.cpp | 183 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining() 239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() local 511 const CallEvent &Call) { in evalCall() 535 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue() 574 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall() 590 static CallInlinePolicy mayInlineCallKind(const CallEvent &Call, in mayInlineCallKind() 800 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall() 886 static bool isTrivialObjectAssignment(const CallEvent &Call) { in isTrivialObjectAssignment() 904 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall() local 952 const CallEvent &Call, const Decl *D, in BifurcateCall()
|
H A D | ExprEngineCXX.cpp | 40 const CallEvent &Call) { in performTrivialCopy() 235 CallEventRef<CXXConstructorCall> Call = in VisitCXXConstructExpr() local 322 CallEventRef<CXXDestructorCall> Call = in VisitCXXDestructor() local 353 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall() local 406 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr() local
|
H A D | CheckerManager.cpp | 225 const CallEvent &Call; member 251 const CallEvent &Call, in runCheckersForCallEvent() 475 const CallEvent *Call) { in runCheckersForRegionChanges() 491 const CallEvent *Call, in runCheckersForPointerEscape() 526 const CallEvent &Call, in runCheckersForEvalCall()
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | ast.ml | 17 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | ast.ml | 20 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | p3-nodeduct.cpp | 4 template <class F> void Call(F f) { f(1); } in Call() function
|
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | ast.ml | 20 | Call of string * expr array Constructor
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | copy-constructor-elim.cpp | 36 void Call(S) {}; in Call() function
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | RecursiveASTVisitorTestCallVisitor.cpp | 20 bool VisitCXXMemberCallExpr(CXXMemberCallExpr *Call) { in VisitCXXMemberCallExpr()
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | Consumed.cpp | 608 bool ConsumedStmtVisitor::handleCall(const CallExpr *Call, const Expr *ObjArg, in handleCall() 682 void ConsumedStmtVisitor::propagateReturnType(const Expr *Call, in propagateReturnType() 742 void ConsumedStmtVisitor::VisitCallExpr(const CallExpr *Call) { in VisitCallExpr() 774 void ConsumedStmtVisitor::VisitCXXConstructExpr(const CXXConstructExpr *Call) { in VisitCXXConstructExpr() 808 const CXXMemberCallExpr *Call) { in VisitCXXMemberCallExpr() 819 const CXXOperatorCallExpr *Call) { in VisitCXXOperatorCallExpr()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | IPConstantPropagation.cpp | 226 Instruction* Call = CS.getInstruction(); in PropagateConstantReturn() local
|
H A D | PruneEH.cpp | 181 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | Checker.h | 299 const CallEvent *Call) { in _checkRegionChanges() 326 const CallEvent *Call, in _checkPointerEscape() 369 const CallEvent *Call, in _checkConstPointerEscape()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/IR/ |
H A D | InstructionsTest.cpp | 76 std::unique_ptr<CallInst> Call(CallInst::Create(F, Args)); in TEST_F() local 497 std::unique_ptr<CallInst> Call(CallInst::Create(Callee, Args, "result")); in TEST() local
|