/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | use-emplace.cpp | 625 struct Single { struct 630 Single(const T &) {} in Single() function 631 Single(T &&) {} in Single() function 634 Single(const Single<U> &) {} in Single() function 636 Single(Single<U> &&) {} in Single() function 639 Single(const std::tuple<U> &) {} in Single() function 641 Single(std::tuple<U> &&) {} in Single() function 651 std::vector<test::Single<int>> v; in testOtherTuples()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | dllimport-memptr-global.cpp | 7 struct __declspec(dllimport) Single { struct
|
H A D | microsoft-abi-member-pointers.cpp | 206 struct Single : B1 { struct [all...] |
/llvm-project/llvm/unittests/tools/llvm-exegesis/ |
H A D | RegisterValueTest.cpp | 38 TEST(RegisterValueTest, Single) { in TEST() argument
|
/llvm-project/lldb/test/API/lang/cpp/nsimport/ |
H A D | main.cpp | 34 namespace Single namespace
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.h | 190 enum class DwarfFissionKind { None, Split, Single }; enumerator
|
/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetOptions.h | 45 Single, // Use a single table for all indirect jumptable calls. enumerator 57 Single // Single Threaded Environment enumerator
|
/llvm-project/third-party/benchmark/test/ |
H A D | commandlineflags_gtest.cc | 212 TEST(KvPairsFromEnv, Single) { in TEST() argument
|
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/ |
H A D | Operation.h | 31 enum VariableLengthKind { Single, Optional, Variadic }; enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 130 enum class QuotingType { None, Single, Double }; global() enumerator [all...] |
/llvm-project/clang/include/clang/Basic/ |
H A D | SyncScope.h | 232 Single = 4, enumerator
|
H A D | CharInfo.h | 183 Single = 1, enumerator
|
H A D | Specifiers.h | 390 Single = 0, global() enumerator
|
H A D | LangOptions.h | 353 Single global() enumerator
|
/llvm-project/clang/test/SemaCXX/ |
H A D | member-pointer-ms.cpp | 112 struct Single { }; struct
|
/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
H A D | DylibReader.cpp | 516 if (auto *Single = dyn_cast<MachOObjectFile>(BinOrErr->get())) { in accumulateSourceLocFromDSYM() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 401 Single, enumerator 460 float Single; member
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCompileUnit.cpp | 779 applyConcreteDbgVariableAttributes(const Loc::Single & Single,const DbgVariable & DV,DIE & VariableDie) applyConcreteDbgVariableAttributes() argument 1564 auto *Single = std::get_if<Loc::Single>(&DV); addVariableAddress() local [all...] |
H A D | DwarfDebug.cpp | 282 Loc::Single::Single(DbgValueLoc ValueLoc) in Single() function in Loc::Single 289 Loc::Single::Single(const MachineInstr *DbgValue) in Single() function in Loc::Single
|
/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 895 ParseSliceElements(Record * CurRec,bool Single) ParseSliceElements() argument
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpFormatGen.cpp | 729 Single global() enumerator
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelLowering.cpp | 5697 SDValue Single; buildVector() local
|