Searched refs:Result (Results 151 - 175 of 928) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h43 auto Result = local
45 return Result.first;
49 auto Result = local
51 return Result.second;
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c374 UINT64 Result; local
387 Result = PrEvaluateExpression (ExpandedLine);
390 AslGbl_CurrentLineNumber, ACPI_FORMAT_UINT64 (Result));
392 *ReturnValue = Result;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInlineAsm.h365 std::vector<StringRef> Result; local
367 Result.push_back("sideeffect");
369 Result.push_back("mayload");
371 Result.push_back("maystore");
373 Result.push_back("isconvergent");
375 Result.push_back("alignstack");
381 Result.push_back("attdialect");
383 Result.push_back("inteldialect");
385 return Result;
H A DPassManager.h419 typename PassT::Result
434 typename PassT::Result
600 using Result = PassInstrumentation;
603 Result run(IRUnitT &, AnalysisManagerT &, ExtraArgTs &&...) {
674 detail::AnalysisResultModel<IRUnitT, PassT, typename PassT::Result,
709 auto &Result = static_cast<ResultT &>(*RI->second->second); local
717 IsResultInvalidated.insert({ID, Result.invalidate(IR, PA, *this)});
769 typename PassT::Result &getResult(IRUnitT &IR, ExtraArgTs... ExtraArgs) {
776 detail::AnalysisResultModel<IRUnitT, PassT, typename PassT::Result,
779 return static_cast<ResultModelT &>(ResultConcept).Result;
957 class Result { class in class:llvm::InnerAnalysisManagerProxy
959 explicit Result(AnalysisManagerT &InnerAM) : InnerAM(&InnerAM) {} function in class:llvm::InnerAnalysisManagerProxy::Result
961 Result(Result &&Arg) : InnerAM(std::move(Arg.InnerAM)) { function in class:llvm::InnerAnalysisManagerProxy::Result
1074 class Result { class in class:llvm::OuterAnalysisManagerProxy
1076 explicit Result(const AnalysisManagerT &OuterAM) : OuterAM(&OuterAM) {} function in class:llvm::OuterAnalysisManagerProxy::Result
[all...]
/freebsd-13-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.cpp892 void Preprocessor::Lex(Token &Result) { argument
900 ReturnedToken = CurLexer->Lex(Result);
903 ReturnedToken = CurTokenLexer->Lex(Result);
906 CachingLex(Result);
910 ReturnedToken = LexAfterModuleImport(Result);
915 if (Result.is(tok::unknown) && TheModuleLoader.HadFatalFailure)
918 if (Result.is(tok::code_completion) && Result.getIdentifierInfo()) {
920 setCodeCompletionIdentifierInfo(Result.getIdentifierInfo());
921 setCodeCompletionTokenRange(Result
1133 LexAfterModuleImport(Token &Result) argument
1325 FinishLexStringLiteral(Token &Result, std::string &String, const char *DiagnosticTag, bool AllowMacroExpansion) argument
[all...]
H A DModuleMap.cpp581 ModuleMap::KnownHeader Result; local
587 if (!Result || isBetterKnownHeader(H, Result))
588 Result = H;
590 return MakeResult(Result);
603 Module *Result = H.getModule(); local
607 Module *UmbrellaModule = Result;
625 Result = findOrCreateModule(Name, Result, /*IsFramework=*/false,
627 InferredModuleAllowedBy[Result]
846 auto *Result = local
859 auto *Result = local
886 auto *Result = local
1113 Module *Result = local
1509 SourceLocation Result = Tok.getLocation(); local
3023 bool Result = Parser.parseModuleMapFile(); local
[all...]
/freebsd-13-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-13-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-13-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;
352 inline void join_items_impl(std::string &Result, Sep Separator) {} argument
355 inline void join_items_impl(std::string &Result, Sep Separator, argument
357 Result += Item;
361 inline void join_items_impl(std::string &Result, Sep Separator, const Arg1 &A1, argument
363 Result += A1;
364 Result += Separator;
365 join_items_impl(Result, Separato
408 std::string Result; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp119 T *Result = new (New->getNode()) T(std::forward<Args>(As)...); local
121 return {Result, true};
142 std::pair<Node *, bool> Result = local
144 if (Result.second) {
146 MostRecentlyCreated = Result.first;
147 } else if (Result.first) {
149 if (auto *N = Remappings.lookup(Result.first)) {
150 Result.first = N;
151 assert(Remappings.find(Result.first) == Remappings.end() &&
154 if (Result
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DDiagnosticIDs.cpp215 std::pair<iterator, bool> Result =
219 if (Result.second)
220 Result.first->second = GetDefaultDiagMapping(Diag);
222 return Result.first->second;
426 diag::Severity Result = diag::Severity::Fatal;
434 Result = Mapping.getSeverity();
437 if (State->EnableAllWarnings && Result == diag::Severity::Ignored &&
439 Result = diag::Severity::Warning;
452 Result = std::max(Result, Stat
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h51 using Result = ModuleSummaryIndex;
53 Result run(Module &M, ModuleAnalysisManager &AM);
H A DDependenceAnalysis.h500 /// vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
600 /// marks the Result as inconsistent.
603 FullDependence &Result) const;
614 /// marks the Result as inconsistent.
618 FullDependence &Result,
630 /// Marks the Result as inconsistent.
633 FullDependence &Result) const;
641 FullDependence &Result) const;
656 FullDependence &Result,
674 FullDependence &Result,
959 typedef DependenceInfo Result; typedef in class:llvm::DependenceAnalysis
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2452 LookupResult Result(*this, R.getLookupNameInfo(), R.getLookupKind());
2453 Result.setBaseObjectType(Context.getRecordType(Class));
2454 LookupQualifiedName(Result, RD);
2458 for (auto I = Result.begin(), E = Result.end(); I != E; ++I) {
2464 Result.suppressDiagnostics();
2476 /// \param Result The result of the ambiguous lookup to be diagnosed.
2477 void Sema::DiagnoseAmbiguousLookup(LookupResult &Result) {
2478 assert(Result.isAmbiguous() && "Lookup result must be ambiguous");
2480 DeclarationName Name = Result
[all...]
H A DCodeCompleteConsumer.cpp254 Chunk Result; local
255 Result.Kind = CK_Optional;
256 Result.Optional = Optional;
257 return Result;
312 std::string Result; local
313 llvm::raw_string_ostream OS(Result);
425 CodeCompletionString *Result = new (Mem) CodeCompletionString( local
429 return Result;
521 StringRef Filter, CodeCompletionResult Result) {
522 switch (Result
520 isResultFilteredOut( StringRef Filter, CodeCompletionResult Result) argument
620 std::string Result; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeTableCollection.cpp48 StringRef Result = NameStorage.save(computeTypeName(*this, Index)); local
49 Names[I] = Result;
/freebsd-13-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-13-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-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc145 MemoryBlock Result;
146 Result.Address = Addr;
147 Result.AllocatedSize = PageSize*NumPages;
148 Result.Flags = PFlags;
152 EC = Memory::protectMappedMemory (Result, PFlags);
157 return Result;
194 int Result = ::mprotect((void *)Start, End - Start, Protect | PROT_READ);
195 if (Result != 0)
203 int Result = ::mprotect((void *)Start, End - Start, Protect);
205 if (Result !
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h126 auto Result = std::make_unique<ConcreteSymbolT>( local
128 Result->SymbolId = Id;
130 NativeRawSymbol *NRS = static_cast<NativeRawSymbol *>(Result.get());
131 Cache.push_back(std::move(Result));
156 auto Result = FieldListMembersToSymbolId.try_emplace(Key, SymId); local
157 if (Result.second)
161 SymId = Result.first->second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h51 uint64_t Result = Addend + Delta; local
52 assert(Result <= UINT32_MAX && "Relocation overflow");
53 writeBytesUnaligned(Result, Target, 4);
104 uint64_t Result = Value + RE.Addend; variable
105 assert(((int64_t)Result <= INT32_MAX) && "Relocation overflow");
106 assert(((int64_t)Result >= INT32_MIN) && "Relocation underflow");
107 writeBytesUnaligned(Result, Target, 4);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DInstrDocsEmitter.cpp43 std::string Result; local
44 Result.reserve(Str.size() + 4);
48 case '\n': Result += "\\n"; break;
49 case '\t': Result += "\\t"; break;
51 case '_': Result += "\\_"; break;
52 default: Result += C;
55 return Result;

Completed in 473 milliseconds

1234567891011>>