Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBlock.h73 bool isStatic() const { return IsStatic; } in isStatic() function
H A DPointer.h447 bool isStatic() const { in isStatic() function
/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp63 bool isStatic() const { return State == Static; } in isStatic() function in __anon24c885d00111::VXRMInfo
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp691 bool NativeRawSymbol::isStatic() const { in isStatic() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp1226 bool DIARawSymbol::isStatic() const { in isStatic() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h93 bool isStatic() const { in isStatic() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h298 bool isStatic = false; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2224 bool CXXMethodDecl::isStatic() const { in isStatic() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2801 bool isStatic() const { return getStorageClass() == SC_Static; } in isStatic() function