Searched refs:isStatic (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertWriteVXRM.cpp63 bool isStatic() const { return State == Static; } function in class:__anon2612::VXRMInfo
71 assert(isStatic() && VXRMImm <= 3 && "Unexpected state");
80 if (isStatic())
335 if (BBInfo.AnticipatedIn.isStatic()) {
348 if (PInfo.AvailableOut.isStatic() &&
355 if (PInfo.AnticipatedOut.isStatic() &&
372 if (PendingInsert || !Info.isStatic() ||
375 (Info.isStatic() && Info.getVXRMImm() == NewVXRMImm)) &&
399 (BBInfo.AnticipatedOut.isStatic() &&
400 (!Info.isStatic() ||
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolFuncDebugStart.h29 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolFuncDebugEnd.h29 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolThunk.h30 FORWARD_SYMBOL_METHOD(isStatic)
H A DPDBSymbolFunc.h57 FORWARD_SYMBOL_METHOD(isStatic)
H A DIPDBRawSymbol.h241 virtual bool isStatic() const = 0;
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h157 ZSTD_cwksp_static_alloc_e isStatic; member in struct:__anon110
350 if (ws->isStatic == ZSTD_cwksp_dynamic_alloc) {
410 if (ws->isStatic == ZSTD_cwksp_dynamic_alloc) {
455 if (ws->isStatic == ZSTD_cwksp_dynamic_alloc) {
519 if (ws->isStatic == ZSTD_cwksp_dynamic_alloc) {
552 if (ws->isStatic == ZSTD_cwksp_dynamic_alloc) {
572 MEM_STATIC void ZSTD_cwksp_init(ZSTD_cwksp* ws, void* start, size_t size, ZSTD_cwksp_static_alloc_e isStatic) { argument
580 ws->isStatic = isStatic;
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DChromiumCheckModel.cpp23 if (!D.isStatic())
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.h304 bool isStatic() const { function in class:clang::interp::Pointer
306 return Pointee->isStatic();
314 bool isStaticTemporary() const { return isStatic() && isTemporary(); }
H A DInterpBlock.h67 bool isStatic() const { return IsStatic; } function in class:clang::interp::final
H A DPointer.cpp165 if (isStatic() && Base == 0)
190 if (isStatic() && Base == 0)
H A DByteCodeEmitter.cpp65 if (MD->isStatic())
H A DInterp.cpp129 if (!Ptr.isStatic())
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp42 if (!Decl->isStatic())
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp236 if (!config->isStatic)
H A DConfig.h283 bool isStatic = false; member in struct:lld::elf::Config
H A DDriver.cpp326 if (config->isStatic || config->relocatable) {
1839 config->isStatic = true;
1842 config->isStatic = false;
1889 stack.emplace_back(config->asNeeded, config->isStatic, inWholeArchive);
1896 std::tie(config->asNeeded, config->isStatic, inWholeArchive) = stack.back();
/freebsd-current/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp276 if (MD->isStatic())
301 if (MD->isStatic())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h214 bool isStatic() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h219 bool isStatic() const override;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp691 bool NativeRawSymbol::isStatic() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp471 if (M->isStatic())
560 if (Method->isStatic())
H A DDeclCXX.cpp2183 bool CXXMethodDecl::isStatic() const {
2455 return !isStatic() && hasCXXExplicitFunctionObjectParameter();
2459 return !isStatic() && !hasCXXExplicitFunctionObjectParameter();
2468 /*non-static*/ isStatic() ||
2489 if (getOverloadedOperator() != OO_Equal || isStatic() ||
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DUdtRecordCompleter.cpp112 access_type, attrs.isVirtual(), attrs.isStatic(), false, false, false,
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp383 RAW_METHOD_DUMP(OS, isStatic);
1226 bool DIARawSymbol::isStatic() const { function in class:DIARawSymbol

Completed in 373 milliseconds

123