Home
last modified time | relevance | path

Searched defs:All (Results 1 – 25 of 76) sorted by relevance

1234

/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h49 All enumerator
56 enum class ClassDefinitionFormat { None, Layout, All }; enumerator
69 enum class SymLevel { Functions, Data, Thunks, All }; enumerator
/llvm-project/libc/test/src/stdbit/
H A Dstdc_leading_ones_uc_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUcTest, All) { in TEST() argument
H A Dstdc_leading_ones_ui_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUiTest, All) { in TEST() argument
H A Dstdc_leading_ones_us_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUsTest, All) { in TEST() argument
H A Dstdc_leading_ones_ul_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUlTest, All) { in TEST() argument
H A Dstdc_leading_ones_ull_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUllTest, All) { in TEST() argument
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DRemoveUsingNamespaceTests.cpp20 TEST_F(RemoveUsingNamespaceTest, All) { in TEST_F() argument
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DLoopIdiomRecognize.h30 static bool All; member
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h31 All = 0xFFFFFFFF, enumerator
/llvm-project/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h38 std::vector<std::pair<DiagnosticsEngine::Level, size_t>> All; variable
/llvm-project/llvm/include/llvm/TextAPI/
H A DFileTypes.h43 All = ~0U, enumerator
H A DArchitectureSet.h43 static ArchitectureSet All() { return ArchitectureSet(EndIndexVal); } in All() function
/llvm-project/mlir/include/mlir/Target/LLVM/ROCDL/
H A DUtils.h41 All = (LastLib << 1) - 1 global() enumerator
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h95 All, // --attribute=all enumerator
134 All, // --compare=all enumerator
143 All, // --output=all enumerator
151 All, // --print=all enumerator
165 All, // --report=all enumerator
174 All, // --warning=all enumerator
183 All, // --internal=all enumerator
/llvm-project/clang-tools-extra/clangd/unittests/
H A DThreadCrashReporterTests.cpp23 TEST(ThreadCrashReporterTest, All) { in TEST() argument
H A DSymbolInfoTests.cpp31 TEST(SymbolInfoTests, All) { in TEST() argument
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h90 enum class FramePointerKind { None, NonLeaf, All, Reserved }; enumerator
116 All = 0, enumerator
/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h122 std::vector<Annotation> All; variable
/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h24 All, enumerator
/llvm-project/bolt/include/bolt/Passes/
H A DSplitFunctions.h37 All enumerator
/llvm-project/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.cpp55 if (const auto *All = mdconst::extract_or_null<ConstantInt>( GetSignReturnAddress() local
/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h43 constexpr XRayInstrMask All = FunctionEntry | FunctionExit | Custom | Typed; variable
/llvm-project/clang-tools-extra/clangd/index/
H A DRef.h66 All = Declaration | Definition | Reference | Spelled, global() enumerator
/llvm-project/clang/include/clang/AST/
H A DDependenceFlags.h38 All = 31, enumerator
73 All = 31, enumerator
/llvm-project/clang-tools-extra/clangd/refactor/
H A DTweak.cpp49 std::vector<std::unique_ptr<Tweak>> All; in getAllTweaks() local

1234