Searched refs:Result (Results 126 - 150 of 928) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp311 StringRef Result(TokStart, CurPtr - TokStart);
314 if (Result.drop_back().getAsInteger(Radix, Value))
321 return intToken(Result, Value);
339 StringRef Result(TokStart, CurPtr - TokStart);
342 if (Result.getAsInteger(Radix, Value))
354 return intToken(Result, Value);
362 StringRef Result(TokStart, CurPtr - TokStart);
363 return AsmToken(AsmToken::Integer, Result, 0);
373 StringRef Result(TokStart, CurPtr - TokStart);
376 if (Result
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningTool.cpp89 auto Result = Worker.computeDependencies(Input, CWD, Compilations, Consumer); local
90 if (Result)
91 return std::move(Result);
164 llvm::Error Result = local
166 if (Result)
167 return std::move(Result);
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-more-actions.h60 template <typename Result, typename ArgumentTuple>
61 Result Perform(const ArgumentTuple& args) {
62 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
78 template <typename Result, typename ArgumentTuple>
79 Result Perform(const ArgumentTuple& args) const {
80 return InvokeHelper<Result, ArgumentTuple>::InvokeMethod(
/freebsd-13-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(std::string(Word.first)) + Word.second.str();
150 Result = ::demangle(std::string(Mangled));
151 OS << Result << '\n'; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h108 std::string Result; local
109 raw_string_ostream Stream(Result);
112 return Result;
116 SmallString<N> Result; local
117 raw_svector_ostream Stream(Result);
119 return Result;
/freebsd-13-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-13-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);
165 uint64_t Result = cantFail(getSymbolValue(Ref)); local
171 return Result;
176 Result += (*Section)->VirtualAddress;
180 Result += getImageBase();
182 return Result;
210 uint32_t Result = SymbolRef::SF_None; local
213 Result |= SymbolRef::SF_Global;
216 Result |
275 uint64_t Result = Sec->VirtualAddress; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSetOperations.h51 S1Ty Result; local
55 Result.insert(*SI);
56 return Result;
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp56 SmallString<32> Result; local
57 MD5::stringifyResult(Hash, Result);
58 TheHash = std::string(Result.str());
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp41 SmallVectorImpl<char> &Result) {
60 Result.swap(RealPath);
234 auto Result = FS->status(Path); variable
235 if (Result && Result->exists())
237 return Result;
242 auto Result = FS->openFileForRead(Path); variable
243 if (Result && *Result)
245 return Result;
40 getRealPath(StringRef SrcPath, SmallVectorImpl<char> &Result) argument
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-unexport-env.exp9 Result of ${.MAKE.EXPORTED:O} is "UT_EXPORTED" (VARE_WANTRES, none, none)
11 Result of ${.MAKE.EXPORTED:u} is "UT_EXPORTED" (VARE_WANTRES, none, none)
H A Dvarmod-indirect.exp19 Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
25 Result of ${UNDEF:S,a,a,} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
28 Result of ${:US,a,a,} is "S,a,a," (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
34 Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
38 Result of ${:U} is "" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
44 Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
48 Result of ${UNDEF:Z} is error (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_UNDEF)
51 Result of ${:UZ} is "Z" (VARE_WANTRES|VARE_KEEP_DOLLAR|VARE_KEEP_UNDEF, none, VES_DEF)
H A Dvarmod-match-escape.exp7 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
15 Result of ${SPECIALS:M${:U}\:} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
20 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
28 Result of ${SPECIALS:M\:${:U}} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
36 Result of ${:U} is "" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
42 Result of ${VALUES:M\:${:U\:}} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, none)
47 Result of ${:U\:} is ":" (VARE_UNDEFERR|VARE_WANTRES, none, VES_DEF)
53 Result of ${VALUES:M${:U\:}\:} is "::" (VARE_UNDEFERR|VARE_WANTRES, none, none)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DGlobalsModRef.h137 typedef GlobalsAAResult Result; typedef in class:llvm::GlobalsAA
144 std::unique_ptr<GlobalsAAResult> Result; member in class:llvm::GlobalsAAWrapperPass
151 GlobalsAAResult &getResult() { return *Result; }
152 const GlobalsAAResult &getResult() const { return *Result; }
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-generated-internal-utils_test.cc75 CompileAssertTypesEqual<int, F::Result>();
84 CompileAssertTypesEqual<int, F::Result>();
95 CompileAssertTypesEqual<int, F::Result>();
109 CompileAssertTypesEqual<char, F::Result>();
/freebsd-13-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-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h42 void run(const ast_matchers::MatchFinder::MatchResult &Result) override;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp22 std::string Result; local
23 Result.reserve(DataLength);
30 Result += toStringRef(Data);
32 return Result;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DOperator.cpp36 /// the minimum alignment into Result.
38 Align Result = Align(llvm::Value::MaximumAlignment); local
56 Result = Align(MinAlign(Offset, Result.value()));
58 return Result;
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DCOFFDump.h28 llvm::SmallVectorImpl<char> &Result);
H A DELFDump.h29 llvm::SmallVectorImpl<char> &Result);
H A DXCOFFDump.h30 llvm::SmallVectorImpl<char> &Result);

Completed in 270 milliseconds

1234567891011>>