Home
last modified time | relevance | path

Searched defs:Static (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/index/
H A DMerge.h27 const SymbolIndex *Dynamic, *Static; variable
32 MergedIndex(const SymbolIndex *Dynamic, const SymbolIndex *Static) in MergedIndex() argument
H A DSymbolOrigin.h25 Static = 1 << 2, // From a static, externally-built index. enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dtemplate-inner-struct-visibility-hidden.cpp14 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 Dstatic-b.cpp1 static int Static() in Static() function
H A Dstatic-a.cpp1 static int Static() in Static() function
/llvm-project/libcxx/test/std/containers/container.node/
H A Dnode_handle.pass.cpp53 struct Static struct
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DHaiku.cpp29 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DDragonFly.cpp60 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DOpenBSD.cpp116 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DNetBSD.cpp123 const bool Static = Args.hasArg(options::OPT_static); in ConstructJob() local
H A DMinGW.cpp70 bool Static = Args.hasArg(options::OPT_static_libgcc) || AddLibGCC() local
/llvm-project/clang/test/OpenMP/
H A Dthreadprivate_codegen.cpp218 struct Static { struct
219 sStatic global() argument
/llvm-project/llvm/bindings/ocaml/target/
H A Dllvm_target.ml26 | Static Constructor
H A Dllvm_target.mli31 | Static Constructor
/llvm-project/clang/test/SemaCXX/
H A Dstatic-assert-cxx26.cpp316 struct Static { struct
320 static_assert(false, Static{}); // expected-error {{static assertion failed: hello}} argument
H A Dwarn-shadow.cpp251 struct Static { struct
252 BPR34120::Static global() argument
/llvm-project/clang/test/CXX/class.access/class.protected/
H A Dp1.cpp209 class Static {}; class
247 class Static {}; class
285 class Static {}; class
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h74 Static, enumerator
/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI }; enumerator
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.general/
H A Dp3-0x.cpp108 namespace Static { namespace
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp46 Static, enumerator
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dstatic-accessed-through-instance.cpp392 struct Static { struct
/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp185 Static, global() enumerator
/llvm-project/llvm/tools/llvm-libtool-darwin/
H A Dllvm-libtool-darwin.cpp77 enum class Operation { None, Static }; global() enumerator
/llvm-project/mlir/include/mlir/TableGen/
H A DClass.h311 Static = 0x1, global() enumerator

12