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

1234567891011>>

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DValueProfilePlugins.inc60 std::vector<Instruction *> Result = findIndirectCalls(F);
61 for (Instruction *I : Result) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/
H A DRISCVDisassembler.cpp263 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); local
264 (void)Result;
265 assert(Result == MCDisassembler::Success && "Invalid immediate");
275 DecodeStatus Result = decodeSImmOperand<6>(Inst, SImm6, Address, Decoder); local
276 (void)Result;
277 assert(Result == MCDisassembler::Success && "Invalid immediate");
288 DecodeStatus Result = decodeUImmOperand<6>(Inst, UImm6, Address, Decoder); local
289 (void)Result;
290 assert(Result == MCDisassembler::Success && "Invalid immediate");
321 DecodeStatus Result; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DMergingTypeTableBuilder.cpp98 auto Result = HashedRecords.try_emplace(WeakHash, nextTypeIndex()); local
100 if (Result.second) {
102 Result.first->first.RecordData = RecordData;
107 TypeIndex ActualTI = Result.first->second;
H A DTypeTableCollection.cpp48 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); local
49 Names[I] = Result;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp32 unsigned Result = 0; local
36 Result += toLowercase(*S) * 13;
37 return Result;
133 HMapBucket Result; local
134 Result.Key = HMAP_EmptyBucketKey;
142 Result.Key = getEndianAdjustedWord(BucketPtr->Key);
143 Result.Prefix = getEndianAdjustedWord(BucketPtr->Prefix);
144 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
145 return Result;
H A DPreprocessor.cpp886 void Preprocessor::Lex(Token &Result) { argument
894 ReturnedToken = CurLexer->Lex(Result);
897 ReturnedToken = CurTokenLexer->Lex(Result);
900 CachingLex(Result);
904 ReturnedToken = LexAfterModuleImport(Result);
909 if (Result.is(tok::code_completion) && Result.getIdentifierInfo()) {
911 setCodeCompletionIdentifierInfo(Result.getIdentifierInfo());
912 setCodeCompletionTokenRange(Result.getLocation(), Result
1120 LexAfterModuleImport(Token &Result) argument
1305 FinishLexStringLiteral(Token &Result, std::string &String, const char *DiagnosticTag, bool AllowMacroExpansion) argument
[all...]
H A DModuleMap.cpp574 ModuleMap::KnownHeader Result; local
580 if (!Result || isBetterKnownHeader(H, Result))
581 Result = H;
583 return MakeResult(Result);
596 Module *Result = H.getModule(); local
600 Module *UmbrellaModule = Result;
618 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
620 InferredModuleAllowedBy[Result]
826 auto *Result = local
839 auto *Result = local
866 auto *Result = local
1093 Module *Result = local
1482 SourceLocation Result = Tok.getLocation(); local
2996 bool Result = Parser.parseModuleMapFile(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp44 using Result = R;
57 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
59 GetTypes<__VA_ARGS__>::Result Function( \
65 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
68 GetTypes<__VA_ARGS__>::Result Function( \
75 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
79 GetTypes<__VA_ARGS__>::Result Function( \
87 GetTypes<__VA_ARGS__>::Result __interceptor_##Function( \
92 GetTypes<__VA_ARGS__>::Result Function( \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp185 const ValueLatticeElement &Result) {
190 if (Result.isOverdefined())
199 It->second->BlockVals[BB] = Result;
412 ValueLatticeElement &Result, Instruction *CxtI = nullptr);
549 "Result should be in cache!");
722 ValueLatticeElement Result; // Start Undefined. local
735 Result = ValueLatticeElement::getNot(ConstantPointerNull::get(PTy));
737 Result = ValueLatticeElement::getOverdefined();
739 BBLV = Result;
758 Result
184 insertResult(Value *Val, BasicBlock *BB, const ValueLatticeElement &Result) argument
786 ValueLatticeElement Result; // Start Undefined. local
993 ValueLatticeElement Result; // Start Undefined. local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h257 DecodedAnnotation Result; local
258 Result.OpCode = static_cast<BinaryAnnotationsOpCode>(Op);
259 switch (Result.OpCode) {
261 Result.Name = "Invalid";
265 Result.Name = "CodeOffset";
266 Result.U1 = GetCompressedAnnotation(Next);
269 Result.Name = "ChangeCodeOffsetBase";
270 Result.U1 = GetCompressedAnnotation(Next);
273 Result.Name = "ChangeCodeOffset";
274 Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h45 std::vector<StringRef> Result; local
47 Result.push_back(*Strings++);
48 return Result;
332 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
335 inline void join_items_impl(std::string &Result, Sep Separator, argument
337 Result += Item;
341 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
343 Result += A1;
344 Result += Separator;
345 join_items_impl(Result, Separato
388 std::string Result; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsutils.c381 char *Result = NULL; local
396 Result = &InternalName[1];
401 Result = &InternalName[2];
407 Result = &InternalName[3];
427 Result = &InternalName[i];
432 Result = &InternalName[(ACPI_SIZE) i+1];
438 Result = &InternalName[(ACPI_SIZE) i+2];
453 Result[i] = '_';
459 Result[i] = (char) toupper ((int) *ExternalName);
475 Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp124 T *Result = new (New->getNode()) T(std::forward<Args>(As)...); local
126 return {Result, true};
147 std::pair<Node *, bool> Result = local
149 if (Result.second) {
151 MostRecentlyCreated = Result.first;
152 } else if (Result.first) {
154 if (auto *N = Remappings.lookup(Result.first)) {
155 Result.first = N;
156 assert(Remappings.find(Result.first) == Remappings.end() &&
159 if (Result
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp214 std::pair<iterator, bool> Result =
218 if (Result.second)
219 Result.first->second = GetDefaultDiagMapping(Diag);
221 return Result.first->second;
425 diag::Severity Result = diag::Severity::Fatal;
433 Result = Mapping.getSeverity();
436 if (State->EnableAllWarnings && Result == diag::Severity::Ignored &&
438 Result = diag::Severity::Warning;
451 Result = std::max(Result, Stat
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h33 class Result { class in class:lldb_private::Language::TypeScavenger
40 virtual ~Result() = default;
43 typedef std::set<std::unique_ptr<Result>> ResultSet;
58 class Result : public Language::TypeScavenger::Result { class in class:lldb_private::Language::ImageListTypeScavenger
60 Result(CompilerType type) function in class:lldb_private::Language::ImageListTypeScavenger::Result
61 : Language::TypeScavenger::Result(), m_compiler_type(type) {}
74 ~Result() override = default;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h499 /// vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
599 /// marks the Result as inconsistent.
602 FullDependence &Result) const;
613 /// marks the Result as inconsistent.
617 FullDependence &Result,
629 /// Marks the Result as inconsistent.
632 FullDependence &Result) const;
640 FullDependence &Result) const;
655 FullDependence &Result,
673 FullDependence &Result,
940 typedef DependenceInfo Result; typedef in class:llvm::DependenceAnalysis
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp279 SmallVector<StringRef, 3> Result; local
281 Result.push_back(FS);
288 Result.push_back("+hvxv60");
291 Result.push_back("+hvxv62");
294 Result.push_back("+hvxv65");
297 Result.push_back("+hvxv66");
300 Result.push_back(StringSwitch<StringRef>(CPU)
311 return join(Result.begin(), Result.end(), ",");
328 std::pair<std::string, std::string> Result; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc144 MemoryBlock Result;
145 Result.Address = Addr;
146 Result.AllocatedSize = PageSize*NumPages;
147 Result.Flags = PFlags;
151 EC = Memory::protectMappedMemory (Result, PFlags);
156 return Result;
193 int Result = ::mprotect((void *)Start, End - Start, Protect | PROT_READ);
194 if (Result != 0)
202 int Result = ::mprotect((void *)Start, End - Start, Protect);
204 if (Result !
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp156 SmallVectorImpl<uint8_t> &Result) {
157 UnwindOpcodeStreamer OpStreamer(Result);
164 Result.resize(RoundUpSize);
174 Result.resize(4);
180 Result.resize(RoundUpSize);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.h118 std::unique_ptr<ObjDumper> &Result);
122 std::unique_ptr<ObjDumper> &Result);
126 std::unique_ptr<ObjDumper> &Result);
130 std::unique_ptr<ObjDumper> &Result);
134 std::unique_ptr<ObjDumper> &Result);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp76 std::string Result; local
81 Result += join(ThisGroup, Sep);
83 Result += Sep;
84 Result += "\n";
85 Result += formatv("{0}", fmt_repeat(' ', IndentLevel));
88 return Result;
93 std::string Result = "["; local
95 Result += formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S);
97 Result += "]";
98 return Result;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h419 typename PassT::Result
434 typename PassT::Result
595 using Result = PassInstrumentation;
598 Result run(IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) {
669 detail::AnalysisResultModel<IRUnitT, PassT, typename PassT::Result,
704 auto &Result = static_cast<ResultT &>(*RI->second->second); local
712 IsResultInvalidated.insert({ID, Result.invalidate(IR, PA, *this)});
777 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) {
784 detail::AnalysisResultModel<IRUnitT, PassT, typename PassT::Result,
787 return static_cast<ResultModelT &>(ResultConcept).Result;
879 auto &Result = *AnalysisResultPair.second; local
1049 class Result { class in class:llvm::InnerAnalysisManagerProxy
1051 explicit Result(AnalysisManagerT &InnerAM) : InnerAM(&InnerAM) {} function in class:llvm::InnerAnalysisManagerProxy::Result
1053 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)) { function in class:llvm::InnerAnalysisManagerProxy::Result
1166 class Result { class in class:llvm::OuterAnalysisManagerProxy
1168 explicit Result(const AnalysisManagerT &OuterAM) : OuterAM(&OuterAM) {} function in class:llvm::OuterAnalysisManagerProxy::Result
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp253 Chunk Result; local
254 Result.Kind = CK_Optional;
255 Result.Optional = Optional;
256 return Result;
311 std::string Result; local
312 llvm::raw_string_ostream OS(Result);
424 CodeCompletionString *Result = new (Mem) CodeCompletionString( local
428 return Result;
520 StringRef Filter, CodeCompletionResult Result) {
521 switch (Result
519 isResultFilteredOut( StringRef Filter, CodeCompletionResult Result) argument
620 std::string Result; local
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c194 UINT64 Result; local
234 Result = 0;
252 Result = AcpiUtImplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer));
256 Result = AcpiUtExplicitStrtoul64 (ACPI_CAST_PTR (char, Pointer));
283 * Get next byte and shift it into the Result.
287 Result |= (((UINT64) Pointer[i]) << (i * 8));
300 ReturnDesc = AcpiUtCreateIntegerObject (Result);
307 ACPI_FORMAT_UINT64 (Result)));
309 /* Save the Result */

Completed in 407 milliseconds

1234567891011>>