Home
last modified time | relevance | path

Searched defs:Single (Results 1 – 22 of 22) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp625 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 Ddllimport-memptr-global.cpp7 struct __declspec(dllimport) Single { struct
H A Dmicrosoft-abi-member-pointers.cpp206 struct Single : B1 { struct
[all...]
/llvm-project/llvm/unittests/tools/llvm-exegesis/
H A DRegisterValueTest.cpp38 TEST(RegisterValueTest, Single) { in TEST() argument
/llvm-project/lldb/test/API/lang/cpp/nsimport/
H A Dmain.cpp34 namespace Single namespace
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.h190 enum class DwarfFissionKind { None, Split, Single }; enumerator
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h45 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 Dcommandlineflags_gtest.cc212 TEST(KvPairsFromEnv, Single) { in TEST() argument
/llvm-project/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h31 enum VariableLengthKind { Single, Optional, Variadic }; enumerator
/llvm-project/llvm/include/llvm/Support/
H A DYAMLTraits.h130 enum class QuotingType { None, Single, Double }; global() enumerator
[all...]
/llvm-project/clang/include/clang/Basic/
H A DSyncScope.h232 Single = 4, enumerator
H A DCharInfo.h183 Single = 1, enumerator
H A DSpecifiers.h390 Single = 0, global() enumerator
H A DLangOptions.h353 Single global() enumerator
/llvm-project/clang/test/SemaCXX/
H A Dmember-pointer-ms.cpp112 struct Single { }; struct
/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp516 if (auto *Single = dyn_cast<MachOObjectFile>(BinOrErr->get())) { in accumulateSourceLocFromDSYM() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h401 Single, enumerator
460 float Single; member
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp779 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 DDwarfDebug.cpp282 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 DTGParser.cpp895 ParseSliceElements(Record * CurRec,bool Single) ParseSliceElements() argument
/llvm-project/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp729 Single global() enumerator
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5697 SDValue Single; buildVector() local