Home
last modified time | relevance | path

Searched refs:Results (Results 1 – 25 of 86) sorted by relevance

1234

/external/clang/lib/Sema/
DSemaCodeComplete.cpp55 std::vector<Result> Results; member in __anonb124cdd10111::ResultBuilder
216 Result *data() { return Results.empty()? 0 : &Results.front(); } in data()
217 unsigned size() const { return Results.size(); } in size()
218 bool empty() const { return Results.empty(); } in empty()
811 Results.push_back(R); in MaybeAddConstructorResults()
820 Results.push_back(R); in MaybeAddResult()
858 Results[Index].Declaration = R.Declaration; in MaybeAddResult()
925 SMap[R.Declaration->getDeclName()].Add(R.Declaration, Results.size()); in MaybeAddResult()
926 Results.push_back(R); in MaybeAddResult()
936 Results.push_back(R); in AddResult()
[all …]
DCodeCompleteConsumer.cpp438 CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument
440 std::stable_sort(Results, Results + NumResults); in ProcessCodeCompleteResults()
445 switch (Results[I].Kind) { in ProcessCodeCompleteResults()
447 OS << *Results[I].Declaration; in ProcessCodeCompleteResults()
448 if (Results[I].Hidden) in ProcessCodeCompleteResults()
451 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults()
463 OS << Results[I].Keyword << '\n'; in ProcessCodeCompleteResults()
467 OS << Results[I].Macro->getName(); in ProcessCodeCompleteResults()
469 = Results[I].CreateCodeCompletionString(SemaRef, getAllocator(), in ProcessCodeCompleteResults()
480 << Results[I].Pattern->getAsString() << '\n'; in ProcessCodeCompleteResults()
/external/clang/tools/libclang/
DCIndexCodeCompletion.cpp340 delete [] Results; in ~AllocatedCXCodeCompleteResults()
534 AllocatedCXCodeCompleteResults &Results, in CaptureCompletionResults() argument
537 AllocatedResults(Results), CCTUInfo(Results.CodeCompletionAllocator), in CaptureCompletionResults()
543 CodeCompletionResult *Results, in ProcessCodeCompleteResults() argument
548 = Results[I].CreateCodeCompletionString(S, getAllocator(), in ProcessCodeCompleteResults()
553 R.CursorKind = Results[I].CursorKind; in ProcessCodeCompleteResults()
644 AllocatedResults.Results = new CXCompletionResult [StoredResults.size()]; in Finish()
646 std::memcpy(AllocatedResults.Results, StoredResults.data(), in Finish()
709 AllocatedCXCodeCompleteResults *Results = in clang_codeCompleteAt_Impl() local
711 Results->Results = 0; in clang_codeCompleteAt_Impl()
[all …]
/external/chromium/chrome/common/extensions/
Dupdate_manifest.h50 struct Results { struct
51 Results();
52 ~Results();
68 const Results& results() { return results_; } in results() argument
72 Results results_;
Dupdate_manifest.cc26 UpdateManifest::Results::Results() : daystart_elapsed_seconds(kNoDaystart) {} in Results() function in UpdateManifest::Results
28 UpdateManifest::Results::~Results() {} in ~Results()
/external/llvm/test/CodeGen/Generic/
Dnegintconst.ll31 %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/clang/include/clang/Sema/
DLookup.h538 LookupResult &Results; variable
544 Filter(LookupResult &Results) in Filter() argument
545 : Results(Results), I(Results.begin()), Changed(false), CalledDone(false) in Filter()
555 return I != Results.end(); in hasNext()
559 assert(I != Results.end() && "next() called on empty filter"); in next()
565 I = Results.begin(); in restart()
570 Results.Decls.erase(--I); in erase()
577 Results.Decls.replace(I-1, D); in replace()
583 Results.Decls.replace(I-1, D, AS); in replace()
592 Results.resolveKindAfterFilter(); in done()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp113 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
114 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
120 SmallVectorImpl<SDValue> &Results);
1558 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument
1587 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC()
1588 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC()
2041 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() argument
2096 Results.push_back(CallInfo.first); in ExpandDivRemLibCall()
2097 Results.push_back(Rem); in ExpandDivRemLibCall()
2151 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall() argument
[all …]
DLegalizeTypes.cpp909 SmallVector<SDValue, 8> Results; in CustomLowerNode() local
911 TLI.ReplaceNodeResults(N, Results, DAG); in CustomLowerNode()
913 TLI.LowerOperationWrapper(N, Results, DAG); in CustomLowerNode()
915 if (Results.empty()) in CustomLowerNode()
920 assert(Results.size() == N->getNumValues() && in CustomLowerNode()
922 for (unsigned i = 0, e = Results.size(); i != e; ++i) in CustomLowerNode()
923 ReplaceValueWith(SDValue(N, i), Results[i]); in CustomLowerNode()
935 SmallVector<SDValue, 8> Results; in CustomWidenLowerNode() local
936 TLI.ReplaceNodeResults(N, Results, DAG); in CustomWidenLowerNode()
938 if (Results.empty()) in CustomWidenLowerNode()
[all …]
/external/easymock/src/org/easymock/internal/
DExpectedInvocationAndResults.java26 Results results;
29 Results results) { in ExpectedInvocationAndResults()
38 public Results getResults() { in getResults()
DUnorderedBehavior.java42 Results list = new Results(); in addExpected()
/external/clang/lib/Tooling/
DFileMatchTrie.cpp135 void getAll(std::vector<StringRef> &Results, in getAll() argument
140 Results.push_back(StringRef(Path)); in getAll()
148 It->getValue().getAll(Results, Children.end()); in getAll()
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h199 selectFirst(StringRef BoundTo, const SmallVectorImpl<BoundNodes> &Results) { in selectFirst() argument
200 for (SmallVectorImpl<BoundNodes>::const_iterator I = Results.begin(), in selectFirst()
201 E = Results.end(); in selectFirst()
/external/llvm/lib/Target/X86/
DX86SelectionDAGInfo.cpp249 SmallVector<SDValue, 4> Results; in EmitTargetCodeForMemcpy() local
250 Results.push_back(RepMovs); in EmitTargetCodeForMemcpy()
257 Results.push_back(DAG.getMemcpy(Chain, dl, in EmitTargetCodeForMemcpy()
269 &Results[0], Results.size()); in EmitTargetCodeForMemcpy()
/external/chromium/chrome/browser/net/
Dpredictor.h46 typedef std::map<GURL, UrlInfo> Results; typedef
217 Results::const_iterator it(results_.find(url)); in WasFound()
282 Results results_;
/external/clang/lib/Frontend/
DASTUnit.cpp357 SmallVector<Result, 8> Results; in CacheCodeCompletionResults() local
361 CCTUInfo, Results); in CacheCodeCompletionResults()
366 for (unsigned I = 0, N = Results.size(); I != N; ++I) { in CacheCodeCompletionResults()
367 switch (Results[I].Kind) { in CacheCodeCompletionResults()
371 CachedResult.Completion = Results[I].CreateCodeCompletionString(*TheSema, in CacheCodeCompletionResults()
375 CachedResult.ShowInContexts = getDeclShowContexts(Results[I].Declaration, in CacheCodeCompletionResults()
378 CachedResult.Priority = Results[I].Priority; in CacheCodeCompletionResults()
379 CachedResult.Kind = Results[I].CursorKind; in CacheCodeCompletionResults()
380 CachedResult.Availability = Results[I].Availability; in CacheCodeCompletionResults()
384 QualType UsageType = getDeclUsageType(*Ctx, Results[I].Declaration); in CacheCodeCompletionResults()
[all …]
/external/chromium/chrome/common/
Dutility_messages.h48 IPC_STRUCT_TRAITS_BEGIN(UpdateManifest::Results)
146 UpdateManifest::Results /* updates */)
/external/libvpx/libvpx/vp8/common/x86/
Dsad_sse4.asm188 mov rdi, arg(4) ;Results
226 mov rdi, arg(4) ;Results
264 mov rdi, arg(4) ;Results
305 mov rdi, arg(4) ;Results
341 mov rdi, arg(4) ;Results
/external/llvm/test/CodeGen/Thumb2/
D2009-08-04-SubregLoweringBug.ll7 %struct.Results = type { float, float, float }
10 define void @get_results(%struct.Results* noalias nocapture sret %agg.result, %struct.Village* %vil…
/external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Diterate.cs3 Results:
/external/chromium/build/internal/
DREADME.chromium6 …LD_TYPE).vsprops. Uses the default VS setting which is "Maximize Speed". Results in relatively fas…
15 …Enables Whole Program Optimizations (WPO), which doubles the build time. Results in much more opti…
/external/clang/include/clang-c/
DIndex.h4533 CXCompletionResult *Results; member
4791 void clang_sortCodeCompletionResults(CXCompletionResult *Results,
4798 void clang_disposeCodeCompleteResults(CXCodeCompleteResults *Results);
4805 unsigned clang_codeCompleteGetNumDiagnostics(CXCodeCompleteResults *Results);
4817 CXDiagnostic clang_codeCompleteGetDiagnostic(CXCodeCompleteResults *Results,
4831 CXCodeCompleteResults *Results);
4851 CXCodeCompleteResults *Results,
4864 CXString clang_codeCompleteGetContainerUSR(CXCodeCompleteResults *Results);
4879 CXString clang_codeCompleteGetObjCSelector(CXCodeCompleteResults *Results);
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.h607 std::vector<Record*> Results; variable
616 : Pattern(TP), Results(results), Operands(operands), in DAGInstruction()
620 unsigned getNumResults() const { return Results.size(); } in getNumResults()
628 assert(RN < Results.size()); in getResult()
629 return Results[RN]; in getResult()
/external/clang/test/SemaObjC/
Dclass-getter-using-dotsyntax.m34 // FIXIT. (*version).isa does not work. Results in compiler error.
/external/chromium/chrome/browser/extensions/
Dextension_updater.h291 const UpdateManifest::Results* results);
300 const UpdateManifest::Results& possible_updates);

1234