Searched defs:Calls (Results 1 - 19 of 19) sorted by relevance

/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp68 TestSource(unsigned &Calls) : Calls(Calls) {} argument
73 ++Calls;
77 unsigned &Calls; member in struct:TestSource
80 unsigned Calls = 0; local
81 ASSERT_TRUE(testExternalASTSource(new TestSource(Calls), "int j, k = j;"));
82 EXPECT_EQ(1u, Calls);
/external/mockito/src/main/java/org/mockito/internal/verification/
H A DCalls.java20 public class Calls implements VerificationMode, VerificationInOrderMode { class in inherits:VerificationMode,VerificationInOrderMode
24 public Calls(int wantedNumberOfInvocations) { method in class:Calls
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMCFunction.cpp34 SmallVectorImpl<uint64_t> &Calls) {
80 Calls.push_back(targ);
30 createFunctionFromMC(StringRef Name, const MCDisassembler *DisAsm, const MemoryObject &Region, uint64_t Start, uint64_t End, const MCInstrAnalysis *Ana, raw_ostream &DebugOut, SmallVectorImpl<uint64_t> &Calls) argument
H A DMachODump.cpp155 SmallVector<uint64_t, 16> Calls; local
158 InstrAnalysis, DebugOut, Calls);
163 for (unsigned i = 0, e = Calls.size(); i != e; ++i)
164 FunctionMap.insert(std::make_pair(Calls[i], (MCFunction*)0));
502 SmallVector<uint64_t, 16> Calls; local
508 Calls);
511 for (unsigned i = 0, e = Calls.size(); i != e; ++i) {
512 std::pair<uint64_t, MCFunction*> p(Calls[i], (MCFunction*)0);
/external/clang/lib/Sema/
H A DSemaCoroutine.cpp197 ReadySuspendResumeResult Calls = {true, {}}; local
207 return Calls;
208 Calls.Results[I] = Result.get();
211 Calls.IsInvalid = false;
212 return Calls;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp53 CallVec Calls; member in class:__anon1631::CastedAllocFinder
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first,
182 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(),
183 e = Finder.Calls.end(); i != e; ++i) {
/external/llvm/lib/Transforms/ObjCARC/
H A DPtrState.h71 /// If the Calls are objc_release calls and they all have a
77 SmallPtrSet<Instruction *, 2> Calls; member in struct:llvm::objcarc::RRInfo
156 void InsertCall(Instruction *I) { RRI.Calls.insert(I); }
/external/llvm/lib/CodeGen/
H A DShadowStackGCLowering.cpp134 SmallVector<Instruction *, 16> Calls; local
141 Calls.push_back(CI);
143 if (Calls.empty())
165 for (unsigned I = Calls.size(); I != 0;) {
166 CallInst *CI = cast<CallInst>(Calls[--I]);
/external/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp262 std::vector<CallInst *> &Calls,
269 Calls.push_back(CI);
289 std::vector<CallInst *> &Calls,
291 Calls.clear();
294 scanOneBB(Start, End, Calls, Seen, Worklist);
298 scanOneBB(&*BB->begin(), End, Calls, Seen, Worklist);
650 std::vector<CallInst *> Calls; // new calls local
662 scanInlinedCode(&*Start, &*After, Calls, BBs);
663 assert(!Calls.empty() && "slow path not found for safepoint poll");
670 for (auto *CI : Calls) {
261 scanOneBB(Instruction *Start, Instruction *End, std::vector<CallInst *> &Calls, DenseSet<BasicBlock *> &Seen, std::vector<BasicBlock *> &Worklist) argument
288 scanInlinedCode(Instruction *Start, Instruction *End, std::vector<CallInst *> &Calls, DenseSet<BasicBlock *> &Seen) argument
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DShadowStackGC.cpp130 SmallVector<Instruction*,16> Calls; local
138 Calls.push_back(CI);
140 if (Calls.empty())
161 for (unsigned I = Calls.size(); I != 0; ) {
162 CallInst *CI = cast<CallInst>(Calls[--I]);
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3219 std::vector<FunctionSummary::EdgeTy> Calls = FS->calls(); local
3220 std::sort(Calls.begin(), Calls.end(),
3227 for (auto &ECI : Calls) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1153 /// IsRetainBlock - True if the Calls are objc_retainBlock calls (as
1161 /// ReleaseMetadata - If the Calls are objc_release calls and they all have
1165 /// Calls - For a top-down sequence, the set of objc_retains or
1167 SmallPtrSet<Instruction *, 2> Calls; member in struct:__anon18962::RRInfo
1186 Calls.clear();
1284 RRI.Calls.insert(Other.RRI.Calls.begin(), Other.RRI.Calls.end());
2325 S.RRI.Calls.insert(Inst);
2511 S.RRI.Calls
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 268 milliseconds