Home
last modified time | relevance | path

Searched defs:Details (Results 1 – 21 of 21) sorted by relevance

/llvm-project/clang-tools-extra/docs/
H A Dpp-trace.rst152 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a7cc8cfaf34114fc65e92af621cd6464e>`_ Callback
179 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#ab5b338a0670188eb05fa7685bbfb5128>`_ Callback
202 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a557d9738c329793513a6f57d6b60de52>`_ Callback
236 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#af32dcf1b8b7c179c7fcd3e24e89830fe>`_ Callback
258 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a63e170d069e99bc1c9c7ea0f3bed8bcc>`_ Callback
275 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a3683f1d1fa513e9b6193d446a5cc2b66>`_ Callback
295 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a0a2d7a72c62184b3cbde31fb62c6f2f7>`_ Callback
315 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#ace0d940fc2c12ab76441466aab58dc37>`_ Callback
337 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#ab11158c9149fb8ad8af1903f4a6cd65d>`_ Callback
359 …clang.llvm.org/doxygen/classclang_1_1PPCallbacks.html#a57cdccb6dcc07e926513ac3d5b121466>`_ Callback
[all …]
/llvm-project/clang/docs/HLSL/
H A DAvailabilityDiagnostics.rst24 Environment ParameterImplementation Details global() argument
31 Default and Relaxed Diagnostic ModesImplementation Details global() argument
46 Strict Diagnostic ModeImplementation Details global() argument
/llvm-project/clang-tools-extra/pseudo/
H A DDisambiguation.md
/llvm-project/llvm/docs/
H A DSpeculativeLoadHardening.md325 ### x86 Implementation Details
332 #### Accumulating Predicate State
508 #### Hardening Loads
856 #### Interprocedural Checking
H A DCodingStandards.rst1518 Spaces Before ParenthesesMicroscopic Details global() argument
1538 Prefer PreincrementMicroscopic Details global() argument
1553 Namespace IndentationMicroscopic Details global() argument
1592 Anonymous NamespacesMicroscopic Details global() argument
1653 Don't Use Braces on Simple Single-Statement Bodies of if/else/loop StatementsMicroscopic Details global() argument
H A DSourceLevelDebugging.rst1754 Details subsection
1762 Header LayoutDetails global() argument
1806 Fixed LookupDetails global() argument
H A DVectorizers.rst425 Details global() section in The SLP Vectorizer
/llvm-project/offload/include/Shared/
H A DProfile.h102 #define TIMESCOPE_WITH_DETAILS_AND_IDENT(RegionTypeMsg, Details, IDENT) \ argument
109 #define TIMESCOPE_WITH_DETAILS(Details) \ argument
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp90 PDB_Lang Lang = Details ? Details->getLanguage() : PDB_Lang::Cpp; in getSourceFileFullPath() local
/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp182 __anon20d8f06b0102(StringRef Details) connectTCPSocket() argument
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DHTMLReport.cpp332 std::string Details = printDetails(S); writeProvides() local
373 std::string Details = printDetails(R.Sym); writeTarget() local
/llvm-project/clang/include/clang/AST/
H A DASTConcept.h60 llvm::SmallVector<std::pair<const Expr *, Detail>, 4> Details; global() variable
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DUppercaseLiteralSuffixCheck.cpp221 if (auto Details = shouldReplaceLiteralSuffix<LiteralType>( in checkBoundMatch() local
H A DFunctionCognitiveComplexityCheck.cpp138 SmallVector<Detail, DefaultLimit> Details; // 25 elements is 200 bytes. member
/llvm-project/clang-tools-extra/clangd/
H A DTUScheduler.h155 BuildDetails Details; member
/llvm-project/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp104 const std::vector<ProfileSummaryEntry> &Details = in verifyProfileSummary() local
H A DInstrProfTest.cpp197 const std::vector<ProfileSummaryEntry> &Details = IPS.getDetailedSummary(); TEST_F() local
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h698 using Details = std::variant<UnknownDetails, MainProgramDetails, ModuleDetails, global() variable
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp475 std::string Details; member
/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp47 Disabled, Arguments, Structure, Executions, Details enumerator
[all...]
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp816 createTCPSocketError(Twine Details) createTCPSocketError() argument