Home
last modified time | relevance | path

Searched full:results (Results 1 – 25 of 3434) sorted by relevance

12345678910>>...138

/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp70 /// A container of code-completion results.
82 /// The actual results we have found.
83 std::vector<Result> Results;
128 // 1 -> 2 elements: create the vector of results and push in the in Add()
156 /// results.
159 /// The semantic analysis object for which results are being
169 /// results that are not desirable.
204 /// The completion context in which we are gathering results.
248 /// results. in includeCodePatterns()
254 /// Set the filter used for code-completion results
80 std::vector<Result> Results; global() member in __anon980f77db0111::ResultBuilder
1708 ResultBuilder &Results; global() member in __anon980f77db0311::CodeCompletionDeclConsumer
1718 CodeCompletionDeclConsumer(ResultBuilder & Results,DeclContext * InitialLookupCtx,QualType BaseType=QualType (),std::vector<FixItHint> FixIts=std::vector<FixItHint> ()) CodeCompletionDeclConsumer() argument
1781 AddTypeSpecifierResults(const LangOptions & LangOpts,ResultBuilder & Results) AddTypeSpecifierResults() argument
1862 AddStorageSpecifiers(Sema::ParserCompletionContext CCC,const LangOptions & LangOpts,ResultBuilder & Results) AddStorageSpecifiers() argument
1888 AddFunctionSpecifiers(Sema::ParserCompletionContext CCC,const LangOptions & LangOpts,ResultBuilder & Results) AddFunctionSpecifiers() argument
1933 AddTypedefResult(ResultBuilder & Results) AddTypedefResult() argument
1947 AddUsingAliasResult(CodeCompletionBuilder & Builder,ResultBuilder & Results) AddUsingAliasResult() argument
2043 addThisCompletion(Sema & S,ResultBuilder & Results) addThisCompletion() argument
2058 AddStaticAssertResult(CodeCompletionBuilder & Builder,ResultBuilder & Results,const LangOptions & LangOpts) AddStaticAssertResult() argument
2073 AddOverrideResults(ResultBuilder & Results,const CodeCompletionContext & CCContext,CodeCompletionBuilder & Builder) AddOverrideResults() argument
2129 AddOrdinaryNameResults(Sema::ParserCompletionContext CCC,Scope * S,Sema & SemaRef,ResultBuilder & Results) AddOrdinaryNameResults() argument
4190 AddMacroResults(Preprocessor & PP,ResultBuilder & Results,bool LoadExternal,bool IncludeUndefined,bool TargetTypeIsPointer=false) AddMacroResults() argument
4217 AddPrettyFunctionResults(const LangOptions & LangOpts,ResultBuilder & Results) AddPrettyFunctionResults() argument
4232 HandleCodeCompleteResults(Sema * S,CodeCompleteConsumer * CodeCompleter,const CodeCompletionContext & Context,CodeCompletionResult * Results,unsigned NumResults) HandleCodeCompleteResults() argument
4307 MaybeAddOverrideCalls(Sema & S,DeclContext * InContext,ResultBuilder & Results) MaybeAddOverrideCalls() argument
4367 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteModuleImport() local
4411 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteOrdinaryName() local
4508 ResultBuilder Results( CodeCompleteDeclSpec() local
4595 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteAttribute() local
4747 AddEnumerators(ResultBuilder & Results,ASTContext & Context,EnumDecl * Enum,DeclContext * CurContext,const CoveredEnumerators & Enumerators) AddEnumerators() argument
4792 AddLambdaCompletion(ResultBuilder & Results,llvm::ArrayRef<QualType> Parameters,const LangOptions & LangOpts) AddLambdaCompletion() argument
4841 ResultBuilder Results( CodeCompleteExpression() local
4988 AddObjCProperties(const CodeCompletionContext & CCContext,ObjCContainerDecl * Container,bool AllowCategories,bool AllowNullaryMethods,DeclContext * CurContext,AddedPropertiesSet & AddedProperties,ResultBuilder & Results,bool IsBaseExprStatement=false,bool IsClassProperty=false,bool InOriginalClass=true) AddObjCProperties() argument
5166 AddRecordMembersCompletionResults(Sema & SemaRef,ResultBuilder & Results,Scope * S,QualType BaseType,ExprValueKind BaseKind,RecordDecl * RD,std::optional<FixItHint> AccessOpFixIt) AddRecordMembersCompletionResults() argument
5330 std::vector<Member> Results; members() local
5590 llvm::DenseMap<const IdentifierInfo *, Member> Results; global() member in __anon980f77db0b11::ConceptInfo
5730 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteMemberReferenceExpr() local
5862 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCClassPropertyRefExpr() local
5905 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteTag() local
5927 AddTypeQualifierResults(DeclSpec & DS,ResultBuilder & Results,const LangOptions & LangOpts) AddTypeQualifierResults() argument
5942 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteTypeQualifiers() local
5954 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteFunctionQualifiers() local
6039 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteCase() local
6065 mergeCandidatesWithResults(Sema & SemaRef,SmallVectorImpl<ResultCandidate> & Results,OverloadCandidateSet & CandidateSet,SourceLocation Loc,size_t ArgSize) mergeCandidatesWithResults() argument
6193 SmallVector<ResultCandidate, 8> Results; ProduceCallSignatureHelp() local
6360 SmallVector<ResultCandidate, 8> Results; ProduceConstructorSignatureHelp() local
6477 SmallVector<ResultCandidate, 8> Results; ProduceTemplateArgumentSignatureHelp() local
6540 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteDesignator() local
6579 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteAfterIf() local
6688 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteQualifiedId() local
6744 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteUsing() local
6771 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteUsingDirective() local
6796 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteNamespaceDecl() local
6838 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteNamespaceAliasDecl() local
6855 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteOperatorName() local
6894 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteConstructorInitializer() local
7045 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteLambdaIntroducer() local
7088 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteAfterFunctionEquals() local
7137 AddObjCImplementationResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCImplementationResults() argument
7160 AddObjCInterfaceResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCInterfaceResults() argument
7178 AddObjCTopLevelResults(ResultBuilder & Results,bool NeedAt) AddObjCTopLevelResults() argument
7230 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCAtDirective() local
7245 AddObjCExpressionResults(ResultBuilder & Results,bool NeedAt) AddObjCExpressionResults() argument
7310 AddObjCStatementResults(ResultBuilder & Results,bool NeedAt) AddObjCStatementResults() argument
7357 AddObjCVisibilityResults(const LangOptions & LangOpts,ResultBuilder & Results,bool NeedAt) AddObjCVisibilityResults() argument
7367 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCAtVisibility() local
7378 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCAtStatement() local
7390 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCAtExpression() local
7439 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyFlags() local
7577 AddObjCMethods(ObjCContainerDecl * Container,bool WantInstanceMethods,ObjCMethodKind WantKind,ArrayRef<IdentifierInfo * > SelIdents,DeclContext * CurContext,VisitedSelectorSet & Selectors,bool AllowSameLength,ResultBuilder & Results,bool InOriginalClass=true,bool IsRootClass=false) AddObjCMethods() argument
7675 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyGetter() local
7702 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPropertySetter() local
7719 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPassingType() local
7884 AddSuperSendCompletion(Sema & S,bool NeedSuperKeyword,ArrayRef<IdentifierInfo * > SelIdents,ResultBuilder & Results) AddSuperSendCompletion() argument
7984 ResultBuilder Results( CodeCompleteObjCMessageReceiver() local
8083 getPreferredArgumentTypeForMessageSend(ResultBuilder & Results,unsigned NumSelIdents) getPreferredArgumentTypeForMessageSend() argument
8119 AddClassMessageCompletions(Sema & SemaRef,Scope * S,ParsedType Receiver,ArrayRef<IdentifierInfo * > SelIdents,bool AtArgumentExpression,bool IsSuper,ResultBuilder & Results) AddClassMessageCompletions() argument
8197 ResultBuilder Results( CodeCompleteObjCClassMessage() local
8269 ResultBuilder Results( CodeCompleteObjCInstanceMessage() local
8413 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCSelector() local
8460 AddProtocolResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,ResultBuilder & Results) AddProtocolResults() argument
8475 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCProtocolReferences() local
8501 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCProtocolDecl() local
8524 AddInterfaceResults(DeclContext * Ctx,DeclContext * CurContext,bool OnlyForwardDeclarations,bool OnlyUnimplemented,ResultBuilder & Results) AddInterfaceResults() argument
8539 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCInterfaceDecl() local
8557 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCClassForwardDecl() local
8576 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCSuperclass() local
8600 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCImplementationDecl() local
8622 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCInterfaceCategory() local
8666 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCImplementationCategory() local
8695 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPropertyDefinition() local
8733 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCPropertySynthesizeIvar() local
8949 AddObjCKeyValueCompletions(ObjCPropertyDecl * Property,bool IsInstanceMethod,QualType ReturnType,ASTContext & Context,VisitedSelectorSet & KnownSelectors,ResultBuilder & Results) AddObjCKeyValueCompletions() argument
9602 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCMethodDecl() local
9753 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteObjCMethodDeclSelector() local
9821 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompletePreprocessorDirective() local
9996 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompletePreprocessorMacroName() local
10023 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompletePreprocessorExpression() local
10070 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteIncludedFile() local
10208 ResultBuilder Results(*this, CodeCompleter->getAllocator(), CodeCompleteAvailabilityPlatformName() local
10225 GatherGlobalCodeCompletions(CodeCompletionAllocator & Allocator,CodeCompletionTUInfo & CCTUInfo,SmallVectorImpl<CodeCompletionResult> & Results) GatherGlobalCodeCompletions() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp76 /// Assuming the node is legal, "legalize" the results.
79 /// Make sure Results are legal and update the translation cache.
81 MutableArrayRef<SDValue> Results);
83 /// Wrapper to interface LowerOperation with a vector of Results.
85 /// returns true. If return is true and the Results are empty, then the
87 bool LowerOperationWrapper(SDNode *N, SmallVectorImpl<SDValue> &Results);
96 void Expand(SDNode *Node, SmallVectorImpl<SDValue> &Results);
100 void ExpandFP_TO_UINT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
104 void ExpandUINT_TO_FLOAT(SDNode *Node, SmallVectorImpl<SDValue> &Results);
142 void ExpandFSUB(SDNode *Node, SmallVectorImpl<SDValue> &Results);
247 RecursivelyLegalizeResults(SDValue Op,MutableArrayRef<SDValue> Results) RecursivelyLegalizeResults() argument
544 LowerOperationWrapper(SDNode * Node,SmallVectorImpl<SDValue> & Results) LowerOperationWrapper() argument
573 PromoteReduction(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteReduction() argument
617 PromoteSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSETCC() argument
642 PromoteSTRICT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteSTRICT() argument
682 Promote(SDNode * Node,SmallVectorImpl<SDValue> & Results) Promote() argument
781 PromoteINT_TO_FP(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteINT_TO_FP() argument
822 PromoteFP_TO_INT(SDNode * Node,SmallVectorImpl<SDValue> & Results) PromoteFP_TO_INT() argument
877 Expand(SDNode * Node,SmallVectorImpl<SDValue> & Results) Expand() argument
1361 ExpandBITREVERSE(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandBITREVERSE() argument
1565 ExpandFP_TO_UINT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFP_TO_UINT() argument
1585 ExpandUINT_TO_FLOAT(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUINT_TO_FLOAT() argument
1687 ExpandFSUB(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFSUB() argument
1701 ExpandSETCC(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSETCC() argument
1781 ExpandUADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandUADDSUBO() argument
1789 ExpandSADDSUBO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSADDSUBO() argument
1797 ExpandMULO(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandMULO() argument
1807 ExpandFixedPointDiv(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFixedPointDiv() argument
1815 ExpandStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandStrictFPOp() argument
1835 ExpandREM(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandREM() argument
1846 UnrollStrictFPOp(SDNode * Node,SmallVectorImpl<SDValue> & Results) UnrollStrictFPOp() argument
[all...]
H A DLegalizeDAG.cpp135 void ExpandFrexpLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
137 SmallVectorImpl<SDValue> &Results);
142 SmallVectorImpl<SDValue> &Results);
153 SmallVectorImpl<SDValue> &Results);
154 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
155 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
165 SmallVectorImpl<SDValue> &Results);
178 SmallVectorImpl<SDValue> &Results);
180 SmallVectorImpl<SDValue> &Results);
1310 // FIXME: The handling for custom lowering with multiple results i in LegalizeOp()
1717 ExpandDYNAMIC_STACKALLOC(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandDYNAMIC_STACKALLOC() argument
2113 ExpandFrexpLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandFrexpLibCall() argument
2155 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall LC,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument
2183 ExpandFPLibCall(SDNode * Node,RTLIB::Libcall Call_F32,RTLIB::Libcall Call_F64,RTLIB::Libcall Call_F80,RTLIB::Libcall Call_F128,RTLIB::Libcall Call_PPCF128,SmallVectorImpl<SDValue> & Results) ExpandFPLibCall() argument
2216 ExpandArgFPLibCall(SDNode * Node,RTLIB::Libcall Call_F32,RTLIB::Libcall Call_F64,RTLIB::Libcall Call_F80,RTLIB::Libcall Call_F128,RTLIB::Libcall Call_PPCF128,SmallVectorImpl<SDValue> & Results) ExpandArgFPLibCall() argument
2227 ExpandDivRemLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandDivRemLibCall() argument
2323 ExpandSinCosLibCall(SDNode * Node,SmallVectorImpl<SDValue> & Results) ExpandSinCosLibCall() argument
2840 PromoteLegalINT_TO_FP(SDNode * N,const SDLoc & dl,SmallVectorImpl<SDValue> & Results) PromoteLegalINT_TO_FP() argument
2901 PromoteLegalFP_TO_INT(SDNode * N,const SDLoc & dl,SmallVectorImpl<SDValue> & Results) PromoteLegalFP_TO_INT() argument
2995 SmallVector<SDValue, 8> Results; ExpandNode() local
4317 SmallVector<SDValue, 8> Results; ConvertNodeToLibcall() local
4935 SmallVector<SDValue, 8> Results; PromoteNode() local
[all...]
/freebsd-src/contrib/kyua/integration/
H A Dcmd_test_test.sh44 Results file id is $(utils_results_id)
45 Results saved to $(utils_results_file)
69 Results file id is $(utils_results_id)
70 Results saved to $(utils_results_file)
102 Results file id is $(utils_results_id)
103 Results saved to $(utils_results_file)
138 Results file id is $(utils_results_id)
139 Results saved to $(utils_results_file)
172 Results file id is $(utils_results_id)
173 Results save
[all...]
H A Dcmd_report_test.sh50 grep '^Results saved to ' stdout | cut -d ' ' -f 4 >"${dbfile_name}"
53 # Ensure the results of 'report' come from the database.
68 Results read from $(cat dbfile_name1)
80 Results read from $(cat dbfile_name2)
90 echo 'kyua: E: No previous results file found for test suite' \
102 -e empty kyua report --results-file="$(cat dbfile_name1)" \
105 -e empty kyua report --results-file="$(cat dbfile_name2)" \
112 atf_check -s exit:2 -o empty -e match:"kyua: E: No previous results.*foo" \
113 kyua report --results-file=foo
125 Results rea
[all...]
/freebsd-src/contrib/kyua/doc/
H A Dresults-files-report-example.mdoc1 .Ss Workflow with results files
9 ~/.kyua/store/results.usr_tests.20140731-150500-196784.db
10 ~/.kyua/store/results.usr_tests.20140731-151730-997451.db
14 generate a report for the results of the
19 cd /usr/tests && kyua __REPORT_COMMAND__ --results-file=LATEST
20 kyua __REPORT_COMMAND__ --results-file=/usr/tests
21 kyua __REPORT_COMMAND__ --results-file=usr_tests
22 kyua __REPORT_COMMAND__ --results-file=usr_tests.20140731-151730-997451
29 --results-file=usr_tests.20140731-150500-196784
31 --results-file=~/.kyua/store/results.usr_tests.20140731-150500-196784.db
H A Dkyua-report-html.1.in33 .Nd Generates an HTML report with the results of a test suite run
38 .Op Fl -results-file Ar file
39 .Op Fl -results-filter Ar types
45 The command processes a results file and then populates a directory with
46 multiple HTML and supporting files to describe the results recorded in that
47 results file.
67 .It Fl -results-file Ar path , Fl s Ar path
68 __include__ results-file-flag-read.mdoc
69 .It Fl -results-filter Ar types
84 The default value for this flag includes all the test results except the
[all …]
H A Dresults-files.mdoc28 Results files contain, as their name implies, the results of the execution of a
32 generates a new results file, and such results files can be loaded later on by
37 Results files support identifier-based lookups and also path name lookups.
40 The default naming scheme for the results files provides simple support for
42 Each results file is given an identifier derived from the test suite that
44 Kyua can later look up results files by these fields.
58 When using the default naming scheme, results files are stored in the
62 ~/.kyua/store/results.\*(Ltidentifier\*(Gt.db
65 Results files are simple SQLite databases with the schema described in the
H A Dkyua-report.1.in33 .Nd Generates reports with the results of a test suite run
37 .Op Fl -results-file Ar file
38 .Op Fl -results-filter Ar types
44 command parses a results file and generates a user-friendly, plaintext
73 .It Fl -results-file Ar path , Fl s Ar path
74 __include__ results-file-flag-read.mdoc
75 .It Fl -results-filter Ar types
90 The default value for this flag includes all the test results except the
100 .Ss Results files
101 __include__ results-files.mdoc
[all …]
H A Dresults-file-flag-read.mdoc28 Specifies the results file to operate on.
33 to automatically load the latest results file from the current test suite.
38 Requests the load of the latest results file available for the test suite rooted
41 Requests the load of the latest results file available for the test suite rooted
44 Requests the load of the latest results file available for the given test suite.
45 .It Results identifier
46 Requests the load of a specific results file.
48 Load the specified results file.
52 .Sx Results files
H A Dkyua-report-junit.1.in33 .Nd Generates a JUnit report with the results of a test suite run
37 .Op Fl -results-file Ar file
43 The command processes a results file and then generates a single XML file
53 .It Fl -results-file Ar path , Fl s Ar path
54 __include__ results-file-flag-read.mdoc
68 Test cases that report expected failures as their results are recorded as
73 .Ss Results files
74 __include__ results-files.mdoc
83 __include__ results-files-report-example.mdoc REPORT_COMMAND=report-junit
H A Dkyua-test.1.in38 .Op Fl -results-file Ar file
45 runs the tests defined in it, and records the results into a new results
72 .It Fl -results-file Ar path , Fl s Ar path
73 __include__ results-file-flag-write.mdoc
76 You can later inspect the results of the test run in more detail by using
82 .Ss Results files
83 __include__ results-files.mdoc
98 __include__ results-files-report-example.mdoc REPORT_COMMAND=report
/freebsd-src/contrib/kyua/store/
H A Dlayout_test.cpp60 "results." + test_suite + ".")).str(); in ATF_TEST_CASE_BODY()
88 "results." + layout::test_suite_for_path(dir1) + ".")).str(); in ATF_TEST_CASE_BODY()
90 "results." + layout::test_suite_for_path(dir2) + ".")).str(); in ATF_TEST_CASE_BODY()
134 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY()
136 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY()
168 const std::string base1 = (store_dir / ("results." + id1 + ".")).str(); in ATF_TEST_CASE_BODY()
170 const std::string base2 = (store_dir / ("results." + id2 + ".")).str(); in ATF_TEST_CASE_BODY()
196 "No previous results file found for test suite foo_bar", in ATF_TEST_CASE_BODY()
203 "No previous results file found for test suite foo_bar", in ATF_TEST_CASE_BODY()
207 "results.foo.20140613-194515-012345.db", // Bad test suite. in ATF_TEST_CASE_BODY()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Davxvnniint16intrin.h28 /// signed 16-bit results. Sum these 2 results with the corresponding
29 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
65 /// signed 16-bit results. Sum these 2 results with the corresponding
66 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
101 /// signed 16-bit results. Sum these 2 results with the corresponding
103 /// 32-bit results in \a dst.
139 /// signed 16-bit results. Sum these 2 results with the corresponding
141 /// 32-bit results in \a dst.
176 /// signed 16-bit results. Sum these 2 results with the corresponding
177 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
[all …]
H A Davxvnniintrin.h48 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
49 /// in \a __S, and store the packed 32-bit results in DST.
71 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
72 /// in \a __S using signed saturation, and store the packed 32-bit results in DST.
94 /// results. Sum these 2 results with the corresponding 32-bit integer in \a __S,
95 /// and store the packed 32-bit results in DST.
115 /// results. Sum these 2 results with the corresponding 32-bit integer in \a __S
116 /// using signed saturation, and store the packed 32-bit results in DST.
136 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
137 /// in \a __S, and store the packed 32-bit results in DST.
[all …]
H A Davxvnniint8intrin.h27 /// signed 16-bit results. Sum these 4 results with the corresponding
28 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
64 /// signed 16-bit results. Sum these 4 results with the corresponding
65 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
100 /// signed 16-bit results. Sum these 4 results with the corresponding
102 /// 32-bit results in \a dst.
138 /// signed 16-bit results. Sum these 4 results with the corresponding
140 /// 32-bit results in \a dst.
175 /// signed 16-bit results. Sum these 4 results with the corresponding
176 /// 32-bit integer in \a __W, and store the packed 32-bit results in \a dst.
[all …]
H A Davx512vlvnniintrin.h29 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
30 /// in \a S, and store the packed 32-bit results in DST.
49 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
50 /// in \a S using signed saturation, and store the packed 32-bit results in DST.
69 /// results. Sum these 2 results with the corresponding 32-bit integer in \a S,
70 /// and store the packed 32-bit results in DST.
87 /// results. Sum these 2 results with the corresponding 32-bit integer in \a S
88 /// using signed saturation, and store the packed 32-bit results in DST.
105 /// 16-bit results. Sum these 4 results with the corresponding 32-bit integer
106 /// in \a S, and store the packed 32-bit results in DST.
[all …]
/freebsd-src/contrib/kyua/engine/
H A Dscanner_test.cpp140 /// \return The full collection of results yielded by the scanner.
144 std::set< engine::scan_result > results; in yield_all() local
148 results.insert(result.get()); in yield_all()
152 return results; in yield_all()
187 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local
188 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY()
216 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local
217 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY()
239 const std::set< engine::scan_result > results = yield_all(scanner); in ATF_TEST_CASE_BODY() local
240 ATF_REQUIRE_EQ(exp_results, results); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp45 ReplCompletionConsumer(std::vector<std::string> &Results, in ReplCompletionConsumer() argument
49 CCTUInfo(CCAllocator), Results(Results), CC(CC) {} in ReplCompletionConsumer()
65 std::vector<std::string> &Results; member in clang::ReplCompletionConsumer
76 std::vector<std::string> &Results; member in clang::CompletionContextHandler
83 std::vector<std::string> &Results) in CompletionContextHandler() argument
84 : CCC(CCC), Results(Results), S(S) {} in CompletionContextHandler()
88 /// stores it in Results.
92 Results in handleDeclaration()
142 DotMemberAccessHandler(Sema & S,CodeCompletionContext CCC,std::vector<std::string> & Results) DotMemberAccessHandler() argument
[all...]
/freebsd-src/contrib/googletest/googletest/test/
H A Dgoogletest-test-part-test.cc184 TestPartResultArray results; in TEST_F() local
185 EXPECT_EQ(0, results.size()); in TEST_F()
191 TestPartResultArray results; in TEST_F() local
192 results.Append(r1_); in TEST_F()
193 EXPECT_EQ(1, results.size()); in TEST_F()
194 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message()); in TEST_F()
200 TestPartResultArray results; in TEST_F() local
201 results.Append(r1_); in TEST_F()
202 results.Append(r2_); in TEST_F()
203 EXPECT_EQ(2, results.size()); in TEST_F()
[all …]
/freebsd-src/contrib/ntp/sntp/unity/auto/
H A Dunity_test_summary.rb30 results = @targets.map {|target| target.gsub(/\\/,'/')}
36 results.each do |result_file|
87 puts " result_file_directory - The location of your results files."
97 results = { :failures => [], :ignores => [], :successes => [] }
102 when 'IGNORE' then results[:ignores] << line_out
103 when 'FAIL' then results[:failures] << line_out
104 when 'PASS' then results[:successes] << line_out
107 return results
114 raise "Couldn't parse test results: #{summary}"
135 results = Dir[targets]
[all …]
/freebsd-src/contrib/kyua/drivers/
H A Dscan_results_test.cpp73 /// The captured results, flattened as "program:test_case:result".
91 /// \param r A structure with all results computed by this driver. Note
109 /// Callback executed when a test results is found.
130 /// Populates a results file.
135 /// \param count The number of "elements" to insert into the results file.
138 /// results file has been loaded.
201 std::set< std::string > results; in ATF_TEST_CASE_BODY() local
202 results.insert("/root/dir/prog_0:case_0:skipped:Count 0:4:10"); in ATF_TEST_CASE_BODY()
203 results.insert("/root/dir/prog_0:case_1:skipped:Count 1:4:11"); in ATF_TEST_CASE_BODY()
204 results.insert("/root/dir/prog_1:case_0:skipped:Count 0:4:11"); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DDwarfParser.hpp162 int arch, PrologInfo *results);
419 int arch, PrologInfo *results) { in parseFDEInstructions() argument
444 // initialState initialized as registers in results are modified. Use in parseFDEInstructions()
498 results->setRegister(reg, kRegisterInCFA, offset, initialState); in parseFDEInstructions()
510 results->restoreRegisterToInitialState(reg, initialState); in parseFDEInstructions()
521 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
535 results->setRegisterLocation(reg, kRegisterUnused, initialState); in parseFDEInstructions()
551 results->setRegister(reg, kRegisterInRegister, (int64_t)reg2, in parseFDEInstructions()
564 entry->info = *results; in parseFDEInstructions()
575 *results = top->info; in parseFDEInstructions()
[all …]
/freebsd-src/contrib/kyua/cli/
H A Dcmd_test.cpp67 /// The amount of test results per type.
146 const layout::results_id_file_pair results = layout::new_db(
154 kyuafile_path(cmdline), build_root_path(cmdline), results.second, in run()
173 if (!results.first.empty()) { in run()
174 ui->out(F("Results file id is %s") % results.first); in run()
176 ui->out(F("Results saved to %s") % results.second); in run()
195 if (!results.first.empty()) {
196 ui->out(F("Results fil
151 const layout::results_id_file_pair results = layout::new_db( run() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h39 /// Represents the results of name lookup.
41 /// An instance of the LookupResult class captures the results of a
45 /// results occurred for a given lookup.
70 /// Name lookup results in an ambiguity; use
77 /// Name lookup results in an ambiguity because multiple
91 /// Name lookup results in an ambiguity because multiple
105 /// Name lookup results in an ambiguity because multiple definitions
120 /// Name lookup results in an ambiguity because multiple placeholder
131 /// Name lookup results in an ambiguity because an entity with a
149 /// A little identifier for flagging temporary lookup results
673 LookupResult &Results; global() variable
678 Filter(LookupResult & Results) Filter() argument
[all...]

12345678910>>...138