Home
last modified time | relevance | path

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

12345678910>>...12

/external/libchrome/sandbox/linux/seccomp-bpf/
Dsyscall.h49 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { in Call() function
69 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { in Call() function
83 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { in Call() function
96 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) { in Call() function
101 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3) { in Call() function
106 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2) { in Call() function
111 static inline intptr_t Call(int nr, T0 p0, T1 p1) { in Call() function
116 static inline intptr_t Call(int nr, T0 p0) { in Call() function
120 static inline intptr_t Call(int nr) { in Call() function
/external/v8/src/
Dapi-arguments-inl.h87 Handle<Object> PropertyCallbackArguments::Call( in Call() function
103 Handle<Object> PropertyCallbackArguments::Call(IndexedPropertySetterCallback f, in Call() function
119 Handle<Object> PropertyCallbackArguments::Call( in Call() function
135 void PropertyCallbackArguments::Call(AccessorNameSetterCallback f, in Call() function
Dapi-arguments.cc15 Handle<Object> FunctionCallbackArguments::Call(FunctionCallback f) { in Call() function in v8::internal::FunctionCallbackArguments
29 Handle<JSObject> PropertyCallbackArguments::Call( in Call() function in v8::internal::PropertyCallbackArguments
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb5 Call = Struct.new( :file, :line, :method ) constant
6 class Call class
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp911 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
920 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
929 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
940 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
950 SDValue Call = MakeLibCall(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
962 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
971 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
980 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
989 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FLOG() local
998 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FLOG2() local
[all …]
/external/junit-params/src/test/java/junitparams/custom/combined/
DCombinedParametersProviderTest.java47 private static class Call { class in CombinedParametersProviderTest.Verifier
52 Call(String firstParam, String anotherParam) { in Call() method in CombinedParametersProviderTest.Verifier.Call
/external/clang/lib/StaticAnalyzer/Checkers/
DTraversalChecker.cpp78 void CallDumper::checkPreCall(const CallEvent &Call, CheckerContext &C) const { in checkPreCall() argument
91 void CallDumper::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall() argument
DCheckerDocumentation.cpp117 void checkPreCall(const CallEvent &Call, CheckerContext &C) const {} in checkPreCall() argument
123 void checkPostCall(const CallEvent &Call, CheckerContext &C) const {} in checkPostCall() argument
288 const CallEvent *Call, in checkPointerEscape()
299 const CallEvent *Call, in checkConstPointerEscape()
DSimpleStreamChecker.cpp118 void SimpleStreamChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
137 void SimpleStreamChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
201 const CallEvent &Call, in reportDoubleClose()
250 const CallEvent *Call, in checkPointerEscape()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp1085 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMINNUM() local
1095 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FMAXNUM() local
1105 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FADD() local
1115 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCEIL() local
1125 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOPYSIGN() local
1137 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FCOS() local
1148 SDValue Call = TLI.makeLibCall(DAG, GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FDIV() local
1161 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP() local
1171 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FEXP2() local
1181 SDValue Call = LibCallify(GetFPLibCall(N->getValueType(0), in ExpandFloatRes_FFLOOR() local
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp186 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining()
242 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); in processCallExit() local
499 const CallEvent &Call) { in evalCall()
523 ProgramStateRef ExprEngine::bindReturnValue(const CallEvent &Call, in bindReturnValue()
562 void ExprEngine::conservativeEvalCall(const CallEvent &Call, NodeBuilder &Bldr, in conservativeEvalCall()
578 static CallInlinePolicy mayInlineCallKind(const CallEvent &Call, in mayInlineCallKind()
789 bool ExprEngine::shouldInlineCall(const CallEvent &Call, const Decl *D, in shouldInlineCall()
876 static bool isTrivialObjectAssignment(const CallEvent &Call) { in isTrivialObjectAssignment()
894 CallEventRef<> Call = CallTemplate.cloneWithState(State); in defaultEvalCall() local
942 const CallEvent &Call, const Decl *D, in BifurcateCall()
/external/webrtc/talk/app/webrtc/
Dmediacontroller.h38 class Call; variable
/external/protobuf/src/google/protobuf/util/internal/testdata/
Dstruct.proto44 rpc Call(StructType) returns (StructType); rpc
Dtimestamp_duration.proto46 rpc Call(TimestampDuration) returns (TimestampDuration); rpc
Danys.proto52 rpc Call(AnyIn) returns (AnyOut); rpc
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml17 | Call of string * expr array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml17 | Call of string * expr array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml17 | Call of string * expr array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml17 | Call of string * expr array Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml17 | Call of string * expr array Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml17 | Call of string * expr array Constructor
/external/llvm/lib/Transforms/Scalar/
DPartiallyInlineLibCalls.cpp28 static bool optimizeSQRT(CallInst *Call, Function *CalledFunc, in optimizeSQRT()
93 CallInst *Call = dyn_cast<CallInst>(&*II); in runPartiallyInlineLibCalls() local
/external/llvm/unittests/ExecutionEngine/Orc/
DIndirectionUtilsTest.cpp40 auto *Call = dyn_cast<CallInst>(std::next(II)); in TEST() local
/external/webrtc/webrtc/test/
Ddirect_transport.h26 class Call; variable
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml17 | Call of string * expr array Constructor

12345678910>>...12