Home
last modified time | relevance | path

Searched defs:isStatic (Results 1 – 11 of 11) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h67 bool isStatic() const { return IsStatic; } isStatic() function
H A DPointer.h304 bool isStatic() const { isStatic() function
/freebsd-src/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h157 ZSTD_cwksp_static_alloc_e isStatic; member
572 …oid ZSTD_cwksp_init(ZSTD_cwksp* ws, void* start, size_t size, ZSTD_cwksp_static_alloc_e isStatic) { in ZSTD_cwksp_init()
H A Dzstd_compress.c1461 const int isStatic, in ZSTD_estimateCCtxSize_usingCCtxParams_internal()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp63 bool isStatic() const { return State == Static; } in isStatic() function in __anon4c37a5e20111::VXRMInfo
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp691 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DConfig.h283 bool isStatic = false; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h93 bool isStatic() const { in isStatic() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2183 bool CXXMethodDecl::isStatic() const { isStatic() function in CXXMethodDecl
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2798 bool isStatic() const { return getStorageClass() == SC_Static; } isStatic() function