Searched defs:isInit (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_decode_stm.h70 bool isInit() { return (bool)((m_config != 0) && (m_payload_buffer != 0)); }; function in class:TrcPktDecodeStm
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Docsd_gen_elem_stack.cpp186 const bool OcsdGenElemStack::isInit() function in class:OcsdGenElemStack
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp1955 EmitAtomicStore(RValue rvalue, LValue lvalue, bool isInit) argument
1973 EmitAtomicStore(RValue rvalue, LValue dest, llvm::AtomicOrdering AO, bool IsVolatile, bool isInit) argument
H A DCGExprComplex.cpp375 EmitStoreOfComplex(ComplexPairTy Val, LValue lvalue, bool isInit) argument
1121 EmitComplexExprIntoLValue(const Expr *E, LValue dest, bool isInit) argument
1131 EmitStoreOfComplex(ComplexPairTy V, LValue dest, bool isInit) argument
[all...]
H A DCGExpr.cpp1819 EmitAtomicStore(RValue::get(Value), AtomicLValue, isInit); local
1780 EmitStoreOfMatrixScalar(llvm::Value *value, LValue lvalue, bool isInit, CodeGenFunction &CGF) argument
1789 EmitStoreOfScalar(llvm::Value *Value, Address Addr, bool Volatile, QualType Ty, LValueBaseInfo BaseInfo, TBAAAccessInfo TBAAInfo, bool isInit, bool isNontemporal) argument
1834 EmitStoreOfScalar(llvm::Value *value, LValue lvalue, bool isInit) argument
2020 EmitStoreThroughLValue(RValue Src, LValue Dst, bool isInit) argument
[all...]
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c4541 char isInit; /* True upon initialization */ member in struct:Decimal
H A Dsqlite3.c19252 int isInit; /* True after initialization has finished */ member in struct:Sqlite3Config
30558 unsigned char isInit; /* True if initialized */ member in struct:sqlite3PrngType
50415 int isInit; /* True if initialized */ member in struct:PCacheGlobal
60180 u8 isInit; /* 1 when initialized */ member in struct:WalIndexHdr
64204 u8 isInit; /* True if previously initialized. MUST BE FIRST! */ member in struct:MemPage
102891 sqlite3ExprIsConstantOrFunction(Expr *p, u8 isInit) argument
113141 int isInit = db->init.busy && db->init.iDb!=1; local
196279 int isInit; member in struct:GeoBBox
[all...]

Completed in 487 milliseconds