Home
last modified time | relevance | path

Searched defs:Notes (Results 1 – 23 of 23) sorted by relevance

/openbsd/gnu/llvm/clang/docs/
H A DDriverInternals.rst295 The Compilation Object
309 Unified Parsing & Pipelining
317 ToolChain Argument Translation
337 Unused Argument Warnings
/openbsd/gnu/llvm/lldb/source/Plugins/Process/elf-core/
H A DRegisterUtilities.cpp29 DataExtractor lldb_private::getRegset(llvm::ArrayRef<CoreNote> Notes, in getRegset()
/openbsd/gnu/llvm/clang/tools/apinotes-test/
H A DAPINotesTest.cpp42 for (const std::string &Notes : APINotes) { in main() local
/openbsd/gnu/llvm/llvm/docs/
H A DLoopTerminology.rst255 .. _loopinfo:
/openbsd/gnu/llvm/clang/lib/Tooling/Core/
H A DDiagnostic.cpp55 const SmallVector<DiagnosticMessage, 1> &Notes, in Diagnostic()
/openbsd/gnu/llvm/clang/include/clang/Tooling/Core/
H A DDiagnostic.h91 SmallVector<DiagnosticMessage, 1> Notes; member
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h240 DirectiveList Notes; member
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h133 SmallVector<std::shared_ptr<PathDiagnosticNotePiece>, 4> Notes; variable
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp373 std::vector<std::function<std::string(BugReport & BR)>> Notes; in checkPostCall() local
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp139 static bool Notes; variable
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp392 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; in ConstantFoldAttrArgs() local
H A DSemaExpr.cpp17558 SmallVector<PartialDiagnosticAt, 8> Notes; in VerifyIntegerConstantExpression() local
17801 llvm::SmallVector<PartialDiagnosticAt, 8> Notes; in EvaluateAndDiagnoseImmediateInvocation() local
H A DSemaTemplate.cpp6499 SmallVector<PartialDiagnosticAt, 8> Notes; in isNullPointerValueTemplateArgument() local
H A DSemaOverload.cpp5909 SmallVector<PartialDiagnosticAt, 8> Notes; in CheckConvertedConstantExpression() local
H A DSemaDecl.cpp14060 SmallVector<PartialDiagnosticAt, 8> Notes; in CheckCompleteVariableDeclaration() local
H A DSemaDeclCXX.cpp15707 SmallVector<PartialDiagnosticAt, 8> Notes; in FinalizeVarWithDestructor() local
H A DSemaChecking.cpp2416 SmallVector<PartialDiagnosticAt, 8> Notes; in CheckBuiltinFunctionCall() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp510 bool Notes = OutputType == GCovFileType::GCNO; in mangleName() local
/openbsd/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h382 std::optional<std::vector<ELFYAML::NoteEntry>> Notes; member
/openbsd/gnu/llvm/clang/lib/AST/
H A DDecl.cpp2484 SmallVector<PartialDiagnosticAt, 8> Notes; in evaluateValue() local
2488 APValue *VarDecl::evaluateValueImpl(SmallVectorImpl<PartialDiagnosticAt> &Notes, in evaluateValueImpl()
H A DExprConstant.cpp15367 SmallVectorImpl<PartialDiagnosticAt> &Notes, in EvaluateAsInitializer()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2772 std::unique_ptr<VisitorsDiagnosticsTy> Notes = in generateVisitorsDiagnostics() local
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go584 Notes map[string]string `json:"notes"` member