Home
last modified time | relevance | path

Searched defs:Both (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A Dinalloca-overaligned.cpp18 struct __declspec(align(8)) Both { struct
21 yBoth global() argument
[all...]
H A Dconst-init-cxx11.cpp301 struct Both { struct
302 constexpr Both() : n(10) {} in Both() function
304 volatile int n;
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h37 enum class FunctionStartsMode { Addrs, Names, Both, None }; enumerator
/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h37 enum class CmpMode : uint32_t { Both, Signed, Unsigned }; enumerator
/llvm-project/llvm/lib/Linker/
H A DLinkModules.cpp26 enum class LinkFrom { Dst, Src, Both }; enumerator
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h165 Both = 3, enumerator
/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h
/llvm-project/clang-tools-extra/clangd/
H A DProtocol.h1476 enum class TypeHierarchyDirection { Children = 0, Parents = 1, Both = 2 }; global() enumerator
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp3058 Both->addRegularFile("//root/b/f"); in TEST_F() local