Searched defs:Both (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/CodeGenCXX/ |
H A D | inalloca-overaligned.cpp | 18 struct __declspec(align(8)) Both { struct 21 yBoth global() argument [all...] |
H A D | const-init-cxx11.cpp | 301 struct Both { struct 302 constexpr Both() : n(10) {} in Both() function 304 volatile int n;
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.h | 37 enum class FunctionStartsMode { Addrs, Names, Both, None }; enumerator
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 37 enum class CmpMode : uint32_t { Both, Signed, Unsigned }; enumerator
|
/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 26 enum class LinkFrom { Dst, Src, Both }; enumerator
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | DWARFLinkerCompileUnit.h | 165 Both = 3, enumerator
|
/llvm-project/lldb/include/lldb/Core/ |
H A D | ValueObject.h |
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Protocol.h | 1476 enum class TypeHierarchyDirection { Children = 0, Parents = 1, Both = 2 }; global() enumerator
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 3058 Both->addRegularFile("//root/b/f"); in TEST_F() local
|