/llvm-project/clang-tools-extra/clangd/index/ |
H A D | Merge.h | 27 const SymbolIndex *Dynamic, *Static; variable 32 MergedIndex(const SymbolIndex *Dynamic, const SymbolIndex *Static) in MergedIndex() argument
|
H A D | SymbolOrigin.h | 25 Static = 1 << 2, // From a static, externally-built index. enumerator
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | template-inner-struct-visibility-hidden.cpp | 14 static int Static; member 21 template<typename T> int C<T>::Inner::Inner2::Static; member in C<T>::Inner::Inner2
|
/llvm-project/lldb/test/API/lang/cpp/overloaded-functions/ |
H A D | static-b.cpp | 1 static int Static() in Static() function
|
H A D | static-a.cpp | 1 static int Static() in Static() function
|
/llvm-project/libcxx/test/std/containers/container.node/ |
H A D | node_handle.pass.cpp | 53 struct Static struct [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Haiku.cpp | 29 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | DragonFly.cpp | 60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | OpenBSD.cpp | 116 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | NetBSD.cpp | 123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
|
H A D | MinGW.cpp | 70 bool Static = Args.hasArg(options::OPT_static_libgcc) || AddLibGCC() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | threadprivate_codegen.cpp | 218 struct Static { struct 219 sStatic global() argument
|
/llvm-project/llvm/bindings/ocaml/target/ |
H A D | llvm_target.ml | 26 | Static Constructor
|
H A D | llvm_target.mli | 31 | Static Constructor
|
/llvm-project/clang/test/SemaCXX/ |
H A D | static-assert-cxx26.cpp | 316 struct Static { struct 320 static_assert(false, Static{}); // expected-error {{static assertion failed: hello}} argument
|
H A D | warn-shadow.cpp | 251 struct Static { struct 252 BPR34120::Static global() argument
|
/llvm-project/clang/test/CXX/class.access/class.protected/ |
H A D | p1.cpp | 209 class Static {}; class 247 class Static {}; class 285 class Static {}; class
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | SemanticHighlighting.h | 74 Static, enumerator
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CodeGen.h | 25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/ |
H A D | p3-0x.cpp | 108 namespace Static { namespace
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertWriteVXRM.cpp | 46 Static, enumerator
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | static-accessed-through-instance.cpp | 392 struct Static { struct
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 185 Static, global() enumerator
|
/llvm-project/llvm/tools/llvm-libtool-darwin/ |
H A D | llvm-libtool-darwin.cpp | 77 enum class Operation { None, Static }; global() enumerator
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 311 Static = 0x1, global() enumerator
|