Home
last modified time | relevance | path

Searched defs:Call (Results 1 – 25 of 88) sorted by relevance

1234

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp954 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 DTraversalChecker.cpp72 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 DCheckerDocumentation.cpp108 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 DSimpleStreamChecker.cpp120 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 DDynamicTypePropagation.cpp60 void DynamicTypePropagation::checkPreCall(const CallEvent &Call, in checkPreCall()
104 void DynamicTypePropagation::checkPostCall(const CallEvent &Call, in checkPostCall()
H A DNonNullParamChecker.cpp46 void NonNullParamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
H A DCallAndMessageChecker.cpp107 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 DPartiallyInlineLibCalls.cpp70 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 Dast.ml17 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml17 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml17 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp183 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 DExprEngineCXX.cpp40 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 DCheckerManager.cpp225 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 Dast.ml17 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml20 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-nodeduct.cpp4 template <class F> void Call(F f) { f(1); } in Call() function
/minix3/external/bsd/llvm/dist/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml20 | Call of string * expr array Constructor
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dcopy-constructor-elim.cpp36 void Call(S) {}; in Call() function
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestCallVisitor.cpp20 bool VisitCXXMemberCallExpr(CXXMemberCallExpr *Call) { in VisitCXXMemberCallExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp608 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 DIPConstantPropagation.cpp226 Instruction* Call = CS.getInstruction(); in PropagateConstantReturn() local
H A DPruneEH.cpp181 CallInst *Call = CallInst::Create(II->getCalledValue(), Args, "", II); in SimplifyFunction() local
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h299 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 DInstructionsTest.cpp76 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

1234