/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 54 std::vector<Result> Results; member in __anon28dbc1b40111::ResultBuilder 215 Result *data() { return Results.empty()? nullptr : &Results.front(); } in data() 216 unsigned size() const { return Results.size(); } in size() 217 bool empty() const { return Results.empty(); } in empty() 825 Results.push_back(R); in MaybeAddConstructorResults() 834 Results.push_back(R); in MaybeAddResult() 872 Results[Index].Declaration = R.Declaration; in MaybeAddResult() 940 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size()); in MaybeAddResult() 941 Results.push_back(R); in MaybeAddResult() 951 Results.push_back(R); in AddResult() [all …]
|
D | CodeCompleteConsumer.cpp | 434 CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument 436 std::stable_sort(Results, Results + NumResults); in ProcessCodeCompleteResults() 441 switch (Results[I].Kind) { in ProcessCodeCompleteResults() 443 OS << *Results[I].Declaration; in ProcessCodeCompleteResults() 444 if (Results[I].Hidden) in ProcessCodeCompleteResults() 447 = Results[I].CreateCodeCompletionString(SemaRef, Context, in ProcessCodeCompleteResults() 460 OS << Results[I].Keyword << '\n'; in ProcessCodeCompleteResults() 464 OS << Results[I].Macro->getName(); in ProcessCodeCompleteResults() 466 = Results[I].CreateCodeCompletionString(SemaRef, Context, in ProcessCodeCompleteResults() 478 << Results[I].Pattern->getAsString() << '\n'; in ProcessCodeCompleteResults()
|
/external/clang/tools/libclang/ |
D | CIndexCodeCompletion.cpp | 338 delete [] Results; in ~AllocatedCXCodeCompleteResults() 531 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults() argument 534 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator), in CaptureCompletionResults() 540 CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument 545 = Results[I].CreateCodeCompletionString(S, Context, getAllocator(), in ProcessCodeCompleteResults() 550 R.CursorKind = Results[I].CursorKind; in ProcessCodeCompleteResults() 640 AllocatedResults.Results = new CXCompletionResult [StoredResults.size()]; in Finish() 642 std::memcpy(AllocatedResults.Results, StoredResults.data(), in Finish() 693 AllocatedCXCodeCompleteResults *Results = new AllocatedCXCodeCompleteResults( in clang_codeCompleteAt_Impl() local 695 Results->Results = nullptr; in clang_codeCompleteAt_Impl() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAGHVX.cpp | 826 void materialize(const ResultStack &Results); 834 OpRef concat(OpRef Va, OpRef Vb, ResultStack &Results); 835 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 837 OpRef packp(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 840 ResultStack &Results); 842 ResultStack &Results); 844 OpRef shuffs1(ShuffleMask SM, OpRef Va, ResultStack &Results); 845 OpRef shuffs2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); 846 OpRef shuffp1(ShuffleMask SM, OpRef Va, ResultStack &Results); 847 OpRef shuffp2(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results); [all …]
|
/external/boringssl/src/util/testresult/ |
D | testresult.go | 26 type Results struct { struct 35 func NewResults() *Results { 36 return &Results{ 45 func (t *Results) addResult(name, result, expected string) { argument 59 func (t *Results) AddResult(name, result string) { argument 64 func (t *Results) AddSkip(name string) { argument 68 func (t *Results) HasUnexpectedResults() bool { argument 77 func (t *Results) WriteToFile(name string) error { argument
|
/external/dagger2/producers/src/test/java/dagger/producers/internal/ |
D | SetOfProducedProducerTest.java | 68 Results<Integer> results = Results.create(producer.get().get()); in delegateSetNpe() 81 Results<Integer> results = Results.create(producer.get().get()); in oneOfDelegateSetNpe() 93 Results<Integer> results = Results.create(producer.get().get()); in delegateElementNpe() 105 Results<Integer> results = Results.create(producer.get().get()); in oneOfDelegateElementNpe() 112 static final class Results<T> { class in SetOfProducedProducerTest 116 private Results(ImmutableSet<T> successes, ImmutableSet<ExecutionException> failures) { in Results() method in SetOfProducedProducerTest.Results 121 static <T> Results<T> create(Set<Produced<T>> setOfProduced) { in create() 131 return new Results<T>(successes.build(), failures.build()); in create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 31 %Results = type { float, float, float } 37 %fval = alloca %Results, i32 4 ; <%Results*> [#uses=2] 42 …%fptr = getelementptr %Results, %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#… 44 …call i32 (i8*, ...) @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
|
/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 31 %Results = type { float, float, float } 37 %fval = alloca %Results, i32 4 ; <%Results*> [#uses=2] 42 …%fptr = getelementptr %Results, %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#… 44 …call i32 (i8*, ...) @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | negintconst.ll | 31 %Results = type { float, float, float } 37 %fval = alloca %Results, i32 4 ; <%Results*> [#uses=2] 42 … %fptr = getelementptr %Results* %fval, i64 %ioff.upgrd.1 ; <%Results*> [#uses=1] 44 …call i32 (i8*, ...)* @printf( i8* %castFmt, i32 %ioff, %Results* %fval, %Results* %fptr ) …
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 155 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 156 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 163 SmallVectorImpl<SDValue> &Results); 1535 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument 1565 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC() 1566 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC() 2135 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() argument 2194 Results.push_back(CallInfo.first); in ExpandDivRemLibCall() 2195 Results.push_back(Rem); in ExpandDivRemLibCall() 2233 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall() argument [all …]
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 128 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 129 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 136 SmallVectorImpl<SDValue> &Results); 1515 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument 1545 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC() 1546 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC() 2091 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() argument 2147 Results.push_back(CallInfo.first); in ExpandDivRemLibCall() 2148 Results.push_back(Rem); in ExpandDivRemLibCall() 2199 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall() argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | STLExtrasTest.cpp | 95 std::vector<PairType> Results; in TEST() local 100 Results.emplace_back(X.index(), X.value()); in TEST() 103 ASSERT_EQ(3u, Results.size()); in TEST() 104 EXPECT_EQ(PairType(0u, 1), Results[0]); in TEST() 105 EXPECT_EQ(PairType(1u, 2), Results[1]); in TEST() 106 EXPECT_EQ(PairType(2u, 3), Results[2]); in TEST() 114 std::vector<PairType> Results; in TEST() local 118 Results.emplace_back(X.index(), X.value()); in TEST() 121 ASSERT_EQ(3u, Results.size()); in TEST() 122 EXPECT_EQ(PairType(0u, '2'), Results[0]); in TEST() [all …]
|
/external/clang/include/clang/Sema/ |
D | Lookup.h | 601 LookupResult &Results; variable 607 Filter(LookupResult &Results) in Filter() argument 608 : Results(Results), I(Results.begin()), Changed(false), CalledDone(false) in Filter() 613 : Results(F.Results), I(F.I), Changed(F.Changed), in Filter() 623 return I != Results.end(); in hasNext() 627 assert(I != Results.end() && "next() called on empty filter"); in next() 633 I = Results.begin(); in restart() 638 Results.Decls.erase(--I); in erase() 645 Results.Decls.replace(I-1, D); in replace() 651 Results.Decls.replace(I-1, D, AS); in replace() [all …]
|
/external/libcxx/utils/google-benchmark/test/ |
D | user_counters_test.cc | 47 void CheckSimple(Results const& e) { in CheckSimple() 91 void CheckBytesAndItemsPSec(Results const& e) { in CheckBytesAndItemsPSec() 130 void CheckRate(Results const& e) { in CheckRate() 167 void CheckThreads(Results const& e) { in CheckThreads() 203 void CheckAvgThreads(Results const& e) { in CheckAvgThreads() 240 void CheckAvgThreadsRate(Results const& e) { in CheckAvgThreadsRate() 276 void CheckIterationInvariant(Results const& e) { in CheckIterationInvariant() 317 void CheckIsIterationInvariantRate(Results const& e) { in CheckIsIterationInvariantRate() 356 void CheckAvgIterations(Results const& e) { in CheckAvgIterations() 394 void CheckAvgIterationsRate(Results const& e) { in CheckAvgIterationsRate()
|
/external/google-benchmark/test/ |
D | user_counters_test.cc | 47 void CheckSimple(Results const& e) { in CheckSimple() 91 void CheckBytesAndItemsPSec(Results const& e) { in CheckBytesAndItemsPSec() 130 void CheckRate(Results const& e) { in CheckRate() 167 void CheckThreads(Results const& e) { in CheckThreads() 203 void CheckAvgThreads(Results const& e) { in CheckAvgThreads() 240 void CheckAvgThreadsRate(Results const& e) { in CheckAvgThreadsRate() 276 void CheckIterationInvariant(Results const& e) { in CheckIterationInvariant() 317 void CheckIsIterationInvariantRate(Results const& e) { in CheckIsIterationInvariantRate() 356 void CheckAvgIterations(Results const& e) { in CheckAvgIterations() 394 void CheckAvgIterationsRate(Results const& e) { in CheckAvgIterationsRate()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-account.cpp | 261 std::vector<TupleType> Results; in exportStats() local 262 Results.reserve(FunctionLatencies.size()); in exportStats() 266 Results.emplace_back(FuncId, Timings.size(), getStats(Timings)); in exportStats() 267 auto &Row = std::get<2>(Results.back()); in exportStats() 285 llvm::sort(Results.begin(), Results.end(), in exportStats() 295 llvm::sort(Results.begin(), Results.end(), in exportStats() 307 llvm::sort(Results.begin(), Results.end(), in exportStats() 363 std::min(AccountTop.getValue(), static_cast<int>(Results.size())); in exportStats() 364 Results.erase(Results.begin() + MaxTop, Results.end()); in exportStats() 367 for (const auto &R : Results) in exportStats()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 131 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results); 137 SmallVectorImpl<SDValue> &Results); 155 void ExpandNode(SDNode *Node, SmallVectorImpl<SDValue> &Results); 156 void PromoteNode(SDNode *Node, SmallVectorImpl<SDValue> &Results); 1944 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument 1973 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC() 1974 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC() 2385 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() argument 2444 Results.push_back(CallInfo.first); in ExpandDivRemLibCall() 2445 Results.push_back(Rem); in ExpandDivRemLibCall() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | opt-Os-pipeline.ll | 41 ; CHECK-NEXT: Function Alias Analysis Results 58 ; CHECK-NEXT: Function Alias Analysis Results 63 ; CHECK-NEXT: Function Alias Analysis Results 70 ; CHECK-NEXT: Function Alias Analysis Results 86 ; CHECK-NEXT: Function Alias Analysis Results 95 ; CHECK-NEXT: Function Alias Analysis Results 113 ; CHECK-NEXT: Function Alias Analysis Results 121 ; CHECK-NEXT: Function Alias Analysis Results 128 ; CHECK-NEXT: Function Alias Analysis Results 138 ; CHECK-NEXT: Function Alias Analysis Results [all …]
|
D | opt-O2-pipeline.ll | 41 ; CHECK-NEXT: Function Alias Analysis Results 58 ; CHECK-NEXT: Function Alias Analysis Results 63 ; CHECK-NEXT: Function Alias Analysis Results 70 ; CHECK-NEXT: Function Alias Analysis Results 85 ; CHECK-NEXT: Function Alias Analysis Results 99 ; CHECK-NEXT: Function Alias Analysis Results 108 ; CHECK-NEXT: Function Alias Analysis Results 126 ; CHECK-NEXT: Function Alias Analysis Results 134 ; CHECK-NEXT: Function Alias Analysis Results 141 ; CHECK-NEXT: Function Alias Analysis Results [all …]
|
D | opt-O3-pipeline.ll | 43 ; CHECK-NEXT: Function Alias Analysis Results 61 ; CHECK-NEXT: Function Alias Analysis Results 66 ; CHECK-NEXT: Function Alias Analysis Results 74 ; CHECK-NEXT: Function Alias Analysis Results 89 ; CHECK-NEXT: Function Alias Analysis Results 103 ; CHECK-NEXT: Function Alias Analysis Results 112 ; CHECK-NEXT: Function Alias Analysis Results 130 ; CHECK-NEXT: Function Alias Analysis Results 138 ; CHECK-NEXT: Function Alias Analysis Results 145 ; CHECK-NEXT: Function Alias Analysis Results [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyMachineFunctionInfo.h | 30 std::vector<MVT> Results; variable 60 void addResult(MVT VT) { Results.push_back(VT); } in addResult() 61 const std::vector<MVT> &getResults() const { return Results; } in getResults() 63 void clearParamsAndResults() { Params.clear(); Results.clear(); } in clearParamsAndResults() 123 SmallVectorImpl<MVT> &Results);
|
D | WebAssemblyMachineFunctionInfo.cpp | 48 SmallVectorImpl<MVT> &Results) { in ComputeSignatureVTs() argument 49 ComputeLegalValueVTs(F, TM, F.getReturnType(), Results); in ComputeSignatureVTs() 51 if (Results.size() > 1) { in ComputeSignatureVTs() 55 Results.clear(); in ComputeSignatureVTs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 88 MCSymbol *Symbol, SmallVectorImpl<MVT> &Params, SmallVectorImpl<MVT> &Results) { in emitIndirectFunctionType() argument 90 if (Results.empty()) in emitIndirectFunctionType() 93 assert(Results.size() == 1); in emitIndirectFunctionType() 94 OS << ", " << WebAssembly::TypeToString(Results.front()); in emitIndirectFunctionType() 158 SmallVectorImpl<MVT> &Results) { in emitIndirectFunctionType() argument 170 for (MVT Ty : Results) in emitIndirectFunctionType()
|
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/ |
D | NaClBitcodeParser.h | 562 bool Results; in ParseThisBlock() local 566 Results = ParseThisBlockInternal(); in ParseThisBlock() 569 Results = ParseThisBlockInternal(); in ParseThisBlock() 571 return Results; in ParseThisBlock() 638 bool Results; in ParseThisBlockInternal() local 640 Results = ParseBlockInfoInternal(); in ParseThisBlockInternal() 642 Results = ParseBlockInternal(); in ParseThisBlockInternal() 645 return Results; in ParseThisBlockInternal()
|
/external/easymock/src/org/easymock/internal/ |
D | ExpectedInvocationAndResults.java | 26 Results results; 29 Results results) { in ExpectedInvocationAndResults() 38 public Results getResults() { in getResults()
|