Searched refs:Result (Results 226 - 250 of 858) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp253 DeclContext::lookup_result Result = AssertionResultDecl->lookup(SuccessII); local
254 if (Result.empty())
257 auto *SuccessField = dyn_cast<FieldDecl>(Result.front());
H A DMallocOverflowSecurityChecker.cpp137 Expr::EvalResult Result;
138 if (E->EvaluateAsInt(Result, Context))
139 return Result.Val.getInt() == 0;
193 Expr::EvalResult Result; local
194 if (denom->EvaluateAsInt(Result, Context)) {
195 denomVal = Result.Val.getInt();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp181 bool Result = relatedCheck(A, B, DL);
182 CachedResults[ValuePairTy(A, B)] = Result;
183 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DConvertUTF.h203 bool ConvertUTF8toWide(llvm::StringRef Source, std::wstring &Result);
209 bool ConvertUTF8toWide(const char *Source, std::wstring &Result);
215 bool convertWideToUTF8(const std::wstring &Source, std::string &Result);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp66 tooling::Replacements Result; local
102 auto Err = Result.add(R);
111 return {Result, Penalty};
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseBitVector.h686 // Result of RHS1 & ~RHS2 is stored into this bitmap.
773 SparseBitVector<ElementSize> Result(*this);
774 Result &= RHS;
775 return (Result == RHS);
851 SparseBitVector<ElementSize> Result(LHS);
852 Result |= RHS;
853 return Result;
860 SparseBitVector<ElementSize> Result(LHS);
861 Result &= RHS;
862 return Result;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h253 /// expansion point. `Result` must come from the matching of a rewrite rule.
255 getRuleMatchLoc(const ast_matchers::MatchFinder::MatchResult &Result);
260 findSelectedCase(const ast_matchers::MatchFinder::MatchResult &Result,
271 /// match `Result`, into Transformations, which are in terms of the source code
282 translateEdits(const ast_matchers::MatchFinder::MatchResult &Result,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp69 Comdat::SelectionKind &Result,
153 Comdat::SelectionKind &Result,
165 Result = Comdat::SelectionKind::Largest;
167 Result = Comdat::SelectionKind::Any;
169 Result = Dst;
175 switch (Result) {
196 if (Result == Comdat::SelectionKind::ExactMatch) {
201 } else if (Result == Comdat::SelectionKind::Largest) {
203 } else if (Result == Comdat::SelectionKind::SameSize) {
219 Comdat::SelectionKind &Result,
150 computeResultingSelectionKind(StringRef ComdatName, Comdat::SelectionKind Src, Comdat::SelectionKind Dst, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
218 getComdatResult(const Comdat *SrcC, Comdat::SelectionKind &Result, bool &LinkFromSrc) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h186 const ComparisonCategoryInfo *Result = lookupInfo(Kind); local
187 assert(Result != nullptr &&
189 return *Result;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h96 TemplateArgumentList *Result = Deduced; local
98 return Result;
243 unsigned Result : 8; member in struct:clang::DeductionFailureInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp874 void Preprocessor::HandleSkippedDirectiveWhileUsingPCH(Token &Result, argument
876 if (const IdentifierInfo *II = Result.getIdentifierInfo()) {
878 return HandleDefineDirective(Result,
883 return HandleIncludeDirective(HashLoc, Result);
886 Lex(Result);
887 auto *II = Result.getIdentifierInfo();
889 return HandlePragmaHdrstop(Result);
899 void Preprocessor::HandleDirective(Token &Result) { argument
920 Token SavedHash = Result;
924 LexUnexpandedToken(Result);
2022 Token &Result = IncludeTok; local
2854 HandleIfdefDirective(Token &Result, const Token &HashToken, bool isIfndef, bool ReadAnyTokensBeforeDirective) argument
3004 HandleElseDirective(Token &Result, const Token &HashToken) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h128 Value *V, BasicBlock *BB, jumpthreading::PredValueInfo &Result,
134 jumpthreading::PredValueInfo &Result,
138 return ComputeValueKnownInPredecessorsImpl(V, BB, Result, Preference,
133 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, jumpthreading::PredValueInfo &Result, jumpthreading::ConstantPreference Preference, Instruction *CxtI = nullptr) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptorBuilder.cpp90 uint32_t Result = 0; local
93 Result += Builder->calculateSerializedLength();
95 return Result;
H A DSymbolCache.cpp150 SymIndexId Result = createSimpleType(Index, ModifierOptions::None); local
152 TypeIndexToSymbolId[Index] = Result;
153 return Result;
172 SymIndexId Result = findSymbolByTypeIndex(*EFD); local
176 TypeIndexToSymbolId[Index] = Result;
177 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp49 std::string Result; local
50 if (!convertUTF16ToUTF8String(WStr, Result))
53 return Result;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h66 sampleprof_error Result) {
70 Result != sampleprof_error::success)
71 Accumulator = Result;
270 sampleprof_error Result = addSamples(Other.getSamples(), Weight); local
272 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight));
274 return Result;
447 sampleprof_error Result = sampleprof_error::success; local
449 MergeResult(Result, addTotalSamples(Other.getTotalSamples(), Weight));
450 MergeResult(Result, addHeadSamples(Other.getHeadSamples(), Weight));
454 MergeResult(Result, BodySample
65 MergeResult(sampleprof_error &Accumulator, sampleprof_error Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp73 double Result = 0; local
75 Result = 100 * static_cast<double>(Fraction) / All;
78 Str << std::setprecision(4) << Msg << ": " << Fraction << " [" << Result
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.cpp107 int64_t Result = evaluateAsInt64(Value.getConstant()); local
109 (Result >= 0x8000))
111 Res = MCValue::get(Result);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp188 auto Result = getDirectoryRef(DirName, CacheFailure); local
189 if (Result)
190 return &Result->getDirEntry();
191 return llvm::errorToErrorCode(Result.takeError());
196 auto Result = getFileRef(Filename, openFile, CacheFailure); local
197 if (Result)
198 return &Result->getFileEntry();
199 return llvm::errorToErrorCode(Result.takeError());
471 auto Result = local
475 return Result;
517 getNoncachedStatValue(StringRef Path, llvm::vfs::Status &Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp457 bool Result = DICtx.verify(stream, getDumpOpts()); local
458 if (Result)
462 return Result;
470 bool Result = true; local
478 Result &= handleBuffer(Name, BuffOrErr.get(), HandleObj, OS);
482 return Result;
490 bool Result = true; local
494 Result = HandleObj(*Obj, *DICtx, Filename, OS);
505 Result &= HandleObj(Obj, *DICtx, ObjName, OS);
512 Result
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp57 std::string Result; local
58 raw_string_ostream Tmp(Result);
438 Type *Result = nullptr;
440 NumberedTypes[TypeID], Result)) return true;
442 if (!isa<StructType>(Result)) {
446 Entry.first = Result;
464 Type *Result = nullptr;
466 NamedTypes[Name], Result)) return true;
468 if (!isa<StructType>(Result)) {
472 Entry.first = Result;
666 ParseMDString(MDString *&Result) argument
675 ParseMDNodeID(MDNode *&Result) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp393 MD5::MD5Result Result; local
394 Hash.final(Result);
399 return Result.high();
417 MD5::MD5Result Result; local
418 Hash.final(Result);
423 return Result.high();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeIndex.h246 TypeIndex Result(A);
247 Result += N;
248 return Result;
253 TypeIndex Result(A);
254 Result -= N;
255 return Result;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp70 static std::string GetRecordMethodMacro(StringRef Result, StringRef Class, argument
78 OS << "(" << Result << ", " << Class << ", " << Method;
103 static std::string GetRecordDummyMacro(StringRef Result, StringRef Class, argument
110 OS << "LLDB_RECORD_DUMMY(" << Result << ", " << Class << ", " << Method;
124 static std::string GetRegisterMethodMacro(StringRef Result, StringRef Class, argument
130 OS << "(" << Result << ", " << Class << ", " << Method << ", (" << Signature
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h135 std::string &Result,
255 std::vector<uint32_t> &Result) const;
268 std::string &Result) const {
269 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result);
272 /// Fills the Result argument with the file and line information
277 DILineInfo &Result) const;
307 std::vector<uint32_t> &Result) const;

Completed in 165 milliseconds

1234567891011>>