Searched refs:Result (Results 101 - 125 of 858) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp58 typedef CodeCompletionResult Result; typedef in class:__anon617::ResultBuilder
62 std::vector<Result> Results;
190 void AdjustResultPriorityForDecl(Result &R);
192 void MaybeAddConstructorResults(Result R);
235 Result *data() { return Results.empty() ? nullptr : &Results.front(); }
300 bool CheckHiddenResult(Result &R, DeclContext *CurContext,
310 void MaybeAddResult(Result R, DeclContext *CurContext = nullptr);
323 void AddResult(Result R, DeclContext *CurContext, NamedDecl *Hiding,
327 void AddResult(Result R);
679 NestedNameSpecifier *Result local
1646 typedef CodeCompletionResult Result; typedef
1729 typedef CodeCompletionResult Result; typedef
1755 typedef CodeCompletionResult Result; typedef
1888 std::string Result; local
1984 typedef CodeCompletionResult Result; typedef
2584 AddResultTypeChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, QualType BaseType, CodeCompletionBuilder &Result) argument
2631 MaybeAddSentinel(Preprocessor &PP, const NamedDecl *FunctionOrMethod, CodeCompletionBuilder &Result) argument
2647 std::string Result; local
2748 std::string Result; local
2788 std::string Result; local
2832 std::string Result; local
2914 AddFunctionParameterChunks(Preprocessor &PP, const PrintingPolicy &Policy, const FunctionDecl *Function, CodeCompletionBuilder &Result, unsigned Start = 0, bool InOptional = false) argument
2968 AddTemplateParameterChunks( ASTContext &Context, const PrintingPolicy &Policy, const TemplateDecl *Template, CodeCompletionBuilder &Result, unsigned MaxParameters = 0, unsigned Start = 0, bool InDefaultArg = false) argument
3051 AddQualifierToCompletionString(CodeCompletionBuilder &Result, NestedNameSpecifier *Qualifier, bool QualifierIsInformative, ASTContext &Context, const PrintingPolicy &Policy) argument
3071 AddFunctionTypeQualsToCompletionString(CodeCompletionBuilder &Result, const FunctionDecl *Function) argument
3107 AddTypedNameChunk(ASTContext &Context, const PrintingPolicy &Policy, const NamedDecl *ND, CodeCompletionBuilder &Result) argument
3310 createCodeCompletionStringForOverride( Preprocessor &PP, ASTContext &Ctx, CodeCompletionBuilder &Result, bool IncludeBriefComments, const CodeCompletionContext &CCContext, PrintingPolicy &Policy) argument
3341 createCodeCompletionStringForDecl( Preprocessor &PP, ASTContext &Ctx, CodeCompletionBuilder &Result, bool IncludeBriefComments, const CodeCompletionContext &CCContext, PrintingPolicy &Policy) argument
3594 getParameterComment( const ASTContext &Ctx, const CodeCompleteConsumer::OverloadCandidate &Result, unsigned ArgIndex) argument
3607 AddOverloadParameterChunks(ASTContext &Context, const PrintingPolicy &Policy, const FunctionDecl *Function, const FunctionProtoType *Prototype, CodeCompletionBuilder &Result, unsigned CurrentArg, unsigned Start = 0, bool InOptional = false) argument
3866 typedef CodeCompletionResult Result; typedef
3891 typedef CodeCompletionResult Result; typedef
4037 typedef CodeCompletionResult Result; typedef
4045 typedef CodeCompletionResult Result; typedef
4179 typedef CodeCompletionResult Result; typedef
4510 typedef CodeCompletionResult Result; typedef
5557 typedef CodeCompletionResult Result; typedef
5794 typedef CodeCompletionResult Result; typedef
5817 typedef CodeCompletionResult Result; typedef
5835 typedef CodeCompletionResult Result; typedef
5902 typedef CodeCompletionResult Result; typedef
5967 typedef CodeCompletionResult Result; typedef
6014 typedef CodeCompletionResult Result; typedef
6222 typedef CodeCompletionResult Result; typedef
6624 typedef CodeCompletionResult Result; typedef
6725 typedef CodeCompletionResult Result; typedef
6760 typedef CodeCompletionResult Result; typedef
6869 typedef CodeCompletionResult Result; typedef
7101 typedef CodeCompletionResult Result; typedef
7165 typedef CodeCompletionResult Result; typedef
7242 typedef CodeCompletionResult Result; typedef
7277 typedef CodeCompletionResult Result; typedef
7354 typedef CodeCompletionResult Result; typedef
7425 typedef CodeCompletionResult Result; typedef
7579 typedef CodeCompletionResult Result; typedef
8222 typedef CodeCompletionResult Result; typedef
8370 typedef CodeCompletionResult Result; typedef
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp986 Optional<DynAlloc*> Result; local
989 Result = &It->second;
990 return Result;
1722 static bool Evaluate(APValue &Result, EvalInfo &Info, const Expr *E);
1723 static bool EvaluateInPlace(APValue &Result, EvalInfo &Info,
1726 static bool EvaluateLValue(const Expr *E, LValue &Result, EvalInfo &Info,
1728 static bool EvaluatePointer(const Expr *E, LValue &Result, EvalInfo &Info,
1730 static bool EvaluateMemberPointer(const Expr *E, MemberPtr &Result,
1732 static bool EvaluateTemporary(const Expr *E, LValue &Result, EvalInfo &Info);
1733 static bool EvaluateInteger(const Expr *E, APSInt &Result, EvalInf
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp34 StreamInfo Result; local
35 Result.Name = Name;
36 Result.StreamIndex = StreamIndex;
37 Result.Purpose = Purpose;
38 return Result;
43 StreamInfo Result; local
44 Result.Name = Module;
45 Result.StreamIndex = StreamIndex;
46 Result.ModuleIndex = Modi;
47 Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp35 DILineInfo Result; local
36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind);
51 return Result;
59 Result.FileName = SourceFile->getFileName();
60 Result.Column = LineInfo->getColumnNumber();
61 Result.Line = LineInfo->getLineNumber();
62 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h90 auto Result = std::make_unique<ConcreteSymbolT>( local
92 Result->SymbolId = Id;
94 NativeRawSymbol *NRS = static_cast<NativeRawSymbol *>(Result.get());
95 Cache.push_back(std::move(Result));
120 auto Result = FieldListMembersToSymbolId.try_emplace(Key, SymId); local
121 if (Result.second)
125 SymId = Result.first->second;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp203 SmallString<128> &Result) {
204 Result.clear();
211 Result = FilePath.substr(Path.size());
212 llvm::sys::path::append(Result,
221 Result = File->getName();
224 void Preprocessor::PropagateLineStartLeadingSpaceInfo(Token &Result) {
226 CurTokenLexer->PropagateLineStartLeadingSpaceInfo(Result);
230 CurLexer->PropagateLineStartLeadingSpaceInfo(Result);
306 bool Preprocessor::HandleEndOfFile(Token &Result, bool isEndOfMacro) {
320 Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp69 static bool decodeBase64StringEntry(StringRef Str, uint32_t &Result) { argument
97 Result = static_cast<uint32_t>(Value);
151 StringRef Result; local
152 if (std::error_code EC = getSymbolName(Symb, Result))
154 return Result;
169 uint64_t Result = getSymbolValue(Ref); local
175 return Result;
180 Result += Section->VirtualAddress;
184 Result += getImageBase();
186 return Result;
214 uint32_t Result = SymbolRef::SF_None; local
279 uint64_t Result = Sec->VirtualAddress; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.cpp106 ParsedStringTable Result(StringRef(Buf.data(), StrTabSize));
108 return Expected<ParsedStringTable>(std::move(Result));
161 std::unique_ptr<YAMLRemarkParser> Result = local
166 Result->SeparateBuf = std::move(SeparateBuf);
167 return std::move(Result);
205 std::unique_ptr<Remark> Result = std::make_unique<Remark>();
206 Remark &TheRemark = *Result;
270 return std::move(Result);
298 StringRef Result = Value->getRawValue();
300 if (Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h64 std::vector<Constant *> Result;
68 makeConstantsWithType(T, Result);
70 if (Result.empty())
72 return Result;
134 std::vector<Constant *> Result;
137 Result.push_back(UndefValue::get(PointerType::getUnqual(T)));
138 return Result;
153 std::vector<Constant *> Result;
157 Result.push_back(UndefValue::get(PointerType::getUnqual(T)));
159 return Result;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp309 StringRef Result(TokStart, CurPtr - TokStart);
312 if (Result.drop_back().getAsInteger(Radix, Value))
319 return intToken(Result, Value);
337 StringRef Result(TokStart, CurPtr - TokStart);
340 if (Result.getAsInteger(Radix, Value))
352 return intToken(Result, Value);
360 StringRef Result(TokStart, CurPtr - TokStart);
361 return AsmToken(AsmToken::Integer, Result, 0);
371 StringRef Result(TokStart, CurPtr - TokStart);
374 if (Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp317 LatticeCell &Result) = 0;
366 const CellMap &Inputs, bool &Result);
368 const CellMap &Inputs, bool &Result);
370 const CellMap &Inputs, bool &Result);
372 bool &Result);
374 bool &Result);
376 bool &Result);
379 LatticeCell &Result);
383 const CellMap &Inputs, LatticeCell &Result);
385 const CellMap &Inputs, LatticeCell &Result);
1107 evaluateCMPrr(uint32_t Cmp, const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, bool &Result) argument
1146 evaluateCMPri(uint32_t Cmp, const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, bool &Result) argument
1173 evaluateCMPrp(uint32_t Cmp, const RegisterSubReg &R1, uint64_t Props2, const CellMap &Inputs, bool &Result) argument
1199 evaluateCMPii(uint32_t Cmp, const APInt &A1, const APInt &A2, bool &Result) argument
1240 evaluateCMPpi(uint32_t Cmp, uint32_t Props, const APInt &A2, bool &Result) argument
1306 evaluateCMPpp(uint32_t Cmp, uint32_t Props1, uint32_t Props2, bool &Result) argument
1366 evaluateCOPY(const RegisterSubReg &R1, const CellMap &Inputs, LatticeCell &Result) argument
1371 evaluateANDrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1402 evaluateANDri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1432 evaluateANDii(const APInt &A1, const APInt &A2, APInt &Result) argument
1438 evaluateORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1469 evaluateORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1499 evaluateORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1505 evaluateXORrr(const RegisterSubReg &R1, const RegisterSubReg &R2, const CellMap &Inputs, LatticeCell &Result) argument
1534 evaluateXORri(const RegisterSubReg &R1, const APInt &A2, const CellMap &Inputs, LatticeCell &Result) argument
1561 evaluateXORii(const APInt &A1, const APInt &A2, APInt &Result) argument
1567 evaluateZEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1588 evaluateZEXTi(const APInt &A1, unsigned Width, unsigned Bits, APInt &Result) argument
1598 evaluateSEXTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, const CellMap &Inputs, LatticeCell &Result) argument
1619 evaluateSEXTi(const APInt &A1, unsigned Width, unsigned Bits, APInt &Result) argument
1663 evaluateCLBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1684 evaluateCLBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result) argument
1698 evaluateCTBr(const RegisterSubReg &R1, bool Zeros, bool Ones, const CellMap &Inputs, LatticeCell &Result) argument
1719 evaluateCTBi(const APInt &A1, bool Zeros, bool Ones, APInt &Result) argument
1733 evaluateEXTRACTr(const RegisterSubReg &R1, unsigned Width, unsigned Bits, unsigned Offset, bool Signed, const CellMap &Inputs, LatticeCell &Result) argument
1765 evaluateEXTRACTi(const APInt &A1, unsigned Bits, unsigned Offset, bool Signed, APInt &Result) argument
1791 evaluateSplatr(const RegisterSubReg &R1, unsigned Bits, unsigned Count, const CellMap &Inputs, LatticeCell &Result) argument
1813 evaluateSplati(const APInt &A1, unsigned Bits, unsigned Count, APInt &Result) argument
2204 evaluate(const RegisterSubReg &R, const LatticeCell &Input, LatticeCell &Result) argument
2517 evaluateHexRSEQ32(RegisterSubReg RL, RegisterSubReg RH, const CellMap &Inputs, LatticeCell &Result) argument
2580 bool Result; local
2599 evaluateHexCompare2(unsigned Opc, const MachineOperand &Src1, const MachineOperand &Src2, const CellMap &Inputs, bool &Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmWriterInst.cpp38 std::string Result = Str + "(MI";
40 Result += ", " + utostr(MIOpNo);
42 Result += ", STI";
43 Result += ", O";
45 Result += ", \"" + MiModifier + '"';
46 return Result + ");";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp153 auto Result = local
155 if (Result)
156 return std::move(Result);
162 auto Result = local
164 if (Result)
165 return std::move(Result);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp104 LLVMBool Result = verifyModule(*unwrap(M), OutMessages ? &MsgsOS : DebugOS); local
110 if (Action == LLVMAbortProcessAction && Result)
116 return Result;
120 LLVMBool Result = verifyFunction( local
124 if (Action == LLVMAbortProcessAction && Result)
127 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp100 std::string Result(Undecorated ? Prefix + Undecorated : Mangled);
102 return Result;
143 std::string Result; local
148 Result += ::demangle(Word.first) + Word.second.str();
150 Result = ::demangle(Mangled);
151 OS << Result << '\n'; local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h49 llvm::APSInt Result(Value, Value.isUnsigned());
50 apply(Result); variable
51 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DStackSafetyAnalysis.h46 using Result = StackSafetyInfo;
85 using Result = StackSafetyGlobalInfo;
86 Result run(Module &M, ModuleAnalysisManager &AM);
H A DGlobalsModRef.h134 typedef GlobalsAAResult Result; typedef in class:llvm::GlobalsAA
141 std::unique_ptr<GlobalsAAResult> Result; member in class:llvm::GlobalsAAWrapperPass
148 GlobalsAAResult &getResult() { return *Result; }
149 const GlobalsAAResult &getResult() const { return *Result; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DVerifier.h113 struct Result { struct in class:llvm::VerifierAnalysis
117 Result run(Module &M, ModuleAnalysisManager &);
118 Result run(Function &F, FunctionAnalysisManager &);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DObjCRuntime.cpp24 std::string Result; local
26 llvm::raw_string_ostream Out(Result);
29 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp41 SmallVectorImpl<char> &Result) {
60 Result.swap(RealPath);
200 auto Result = FS->status(Path); variable
201 if (Result && Result->exists())
203 return Result;
208 auto Result = FS->openFileForRead(Path); variable
209 if (Result && *Result)
211 return Result;
40 getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp56 SmallString<32> Result; local
57 MD5::stringifyResult(Hash, Result);
58 TheHash = Result.str();
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c374 UINT64 Result; local
387 Result = PrEvaluateExpression (ExpandedLine);
390 Gbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Result));
392 *ReturnValue = Result;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DRefactoringCallbacks.h81 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
98 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
116 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
129 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h42 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;

Completed in 373 milliseconds

1234567891011>>