Searched defs:State (Results 1 - 25 of 255) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.cpp29 visitDebugSubsection( const DebugSubsectionRecord &R, DebugSubsectionVisitor &V, const StringsAndChecksumsRef &State) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_sha1_ostream.h24 SHA1 State; member in class:llvm::raw_sha1_ostream
H A DSHA1.h66 uint32_t State[HASH_LENGTH / 4]; member in struct:llvm::SHA1::__anon1593
H A DSHA256.h73 uint32_t State[HASH_LENGTH / 4]; member in struct:llvm::SHA256::__anon1597
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaintTesterChecker.cpp35 ProgramStateRef State = C.getState(); local
H A DTrustReturnsNonnullChecker.cpp31 ProgramStateRef State = C.getState(); local
H A DTaggedUnionModeling.h56 ProgramStateRef State = Call.getState(); local
38 removeInformationStoredForDeadInstances(const CallEvent &Call, ProgramStateRef State, ArrayRef<const MemRegion *> Regions) argument
[all...]
H A DErrnoTesterChecker.cpp93 ProgramStateRef State = C.getState(); local
105 ProgramStateRef State = C.getState(); local
122 ProgramStateRef State = C.getState(); local
144 ProgramStateRef State = C.getState(); local
[all...]
H A DDebugIteratorModeling.cpp84 auto State = C.getState(); local
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp117 createEnvInvalidationNote( CheckerContext &C, ProgramStateRef State, StringRef FunctionName) const argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DTpiHashing.h61 uint8_t State = 0; member in struct:llvm::pdb::TagRecordHash
/freebsd-current/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.h25 CC_CSKY_ABIV2_SOFT_64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
44 Ret_CSKY_ABIV2_SOFT_64(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugSubsectionVisitor.h69 visitDebugSubsections(T &&FragmentRange, DebugSubsectionVisitor &V, StringsAndChecksumsRef &State) argument
83 StringsAndChecksumsRef State; local
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Serialization/
H A DInMemoryModuleCache.h56 enum State { Unknown, Tentative, ToBuild, Final }; enum in class:clang::InMemoryModuleCache
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MCA/
H A DPipeline.h54 enum class State { class in class:llvm::mca::Pipeline
/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h46 mutable EmitterState State; member in class:llvm::HexagonMCCodeEmitter
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.h67 operator ()(const CFGElement &Elt, ASTContext &Ctx, const TransferStateForDiagnostics<NoopLattice> &State) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DRecordStreamer.h26 enum State { NeverSeen, Global, Defined, DefinedGlobal, DefinedWeak, Used, enum in class:llvm::RecordStreamer
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DBlockPrinter.h24 enum class State { class in class:llvm::xray::BlockPrinter
H A DBlockVerifier.h24 enum class State : std::size_t { class in class:llvm::xray::BlockVerifier
/freebsd-current/sys/contrib/dev/acpica/components/utilities/
H A Dutstate.c204 ACPI_GENERIC_STATE *State; local
173 AcpiUtPushGenericState( ACPI_GENERIC_STATE **ListHead, ACPI_GENERIC_STATE *State) argument
241 ACPI_GENERIC_STATE *State; local
275 ACPI_GENERIC_STATE *State; local
326 ACPI_GENERIC_STATE *State; local
368 ACPI_GENERIC_STATE *State; local
411 ACPI_GENERIC_STATE *State; local
448 AcpiUtDeleteGenericState( ACPI_GENERIC_STATE *State) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.h95 enum class State : u8 { class in class:__sanitizer::StackStore::BlockInfo
/freebsd-current/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.h38 CC_M68k_Any_AssignToReg(unsigned &ValNo, MVT &ValVT, MVT &LocVT, CCValAssign::LocInfo &LocInfo, ISD::ArgFlagsTy &ArgFlags, CCState &State) argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIChecker.cpp103 ProgramStateRef State = Ctx.getState(); local
[all...]
/freebsd-current/contrib/libcbor/oss-fuzz/
H A Dcbor_load_fuzzer.cc61 struct State { struct
64 State() : fout(fopen("/dev/null", "r")) { function in struct:State

Completed in 389 milliseconds

1234567891011