Searched refs:State (Results 251 - 275 of 318) sorted by relevance

<<111213

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp193 CCState &State) override {
196 Res = AssignFn(ValNo, ValVT, LocVT, LocInfo, Flags, State);
198 Res = AssignFnVarArg(ValNo, ValVT, LocVT, LocInfo, Flags, State);
200 StackSize = State.getNextStackOffset();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h277 LexerState State; member in class:clang::comments::Lexer
279 /// If State is LS_VerbatimBlock, contains the name of verbatim end
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DModuleSymbolTable.cpp133 RecordStreamer::State Value = KV.second;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp1406 ELFState<ELFT> State(Doc, EH);
1411 State.finalizeStrings();
1413 State.buildSectionIndex();
1414 if (State.HasError)
1417 State.buildSymbolIndexes();
1420 State.initProgramHeaders(PHeaders);
1429 State.initSectionHeaders(SHeaders, CBA);
1432 State.setProgramHeaderLayout(PHeaders, SHeaders);
1434 if (State.HasError)
1437 State
[all...]
H A DMinidumpYAML.cpp127 void yaml::ScalarBitSetTraits<MemoryState>::bitset(IO &IO, MemoryState &State) { argument
129 IO.bitSetCase(State, #NATIVENAME, MemoryState::NAME);
252 mapRequiredAs<MemoryState>(IO, "State", Info.State);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp929 enum { INIT, UNQUOTED, QUOTED } State = INIT; local
935 if (State == INIT) {
943 State = QUOTED;
948 State = UNQUOTED;
952 State = UNQUOTED;
958 if (State == UNQUOTED) {
963 State = INIT;
970 State = QUOTED;
982 if (State == QUOTED) {
991 State
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp63 enum { Plain, Empty, Tombstone } State = Plain; member in struct:__anon1938::WasmSignature
72 return State == Other.State && Returns == Other.Returns &&
81 Sig.State = WasmSignature::Empty;
86 Sig.State = WasmSignature::Tombstone;
90 uintptr_t Value = Sig.State;
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_show.c210 state = mpt_volstate(info->VolumeStatus.State);
424 state_len = strlen("State");
433 volumes[i]->VolumeStatus.State));
439 len = state_len - strlen("State");
442 printf("State");
H A Dmpt_config.c545 vol->VolumeStatus.State = MPI_RAIDVOL0_STATUS_STATE_OPTIMAL;
1204 mpt_volstate(vol->VolumeStatus.State), vol->VolumeStatus.Flags);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h381 /// \param State The state at the point of escape.
390 runCheckersForPointerEscape(ProgramStateRef State,
418 /// \param State The state being printed
422 void runCheckersForPrintStateJson(raw_ostream &Out, ProgramStateRef State,
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload2.c195 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Op=%p State=%p\n", Op, WalkState));
200 (WalkState->ControlState->Common.State ==
251 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType));
532 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Opcode [%s] Op %p State %p\n",
545 "Ending scope Op=%p State=%p\n", Op, WalkState));
607 "Create-Load [%s] State=%p Op=%p NamedObj=%p\n",
777 "LOADING-Method: State=%p Op=%p NamedObj=%p\n",
820 "RESOLVING-MethodCall: State=%p Op=%p NamedObj=%p\n",
H A Ddsutils.c169 * PARAMETERS: WalkState - Current State
218 * WalkState - Current State
287 * WalkState - Current State
377 if ((WalkState->ControlState->Common.State ==
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h31 class State;
H A DEvalEmitter.cpp22 EvalEmitter::EvalEmitter(Context &Ctx, Program &P, State &Parent,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp687 auto State = Data->second; local
698 if (State == Disable) {
704 } else if (State == Begin) {
709 } else if (State == End) {
716 Opt.enable(Name, State == Enable);
2154 OpenCLExtState State; local
2156 State = Enable;
2158 State = Disable;
2160 State = Begin;
2162 State
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp1060 int State = 0;
1065 switch (State) {
1070 State = 1; // Still in Water
1072 State = 2; // Into the Island
1080 State = 1; // Into the Water
1085 State = 2; // Still in Island
1093 if (State == 2) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1451 EntryState State; member in class:llvm::slpvectorizer::BoUpSLP
1593 dbgs() << "State: ";
1594 switch (State) {
1647 Last->State = Vectorized ? TreeEntry::Vectorize : TreeEntry::NeedToGather;
1677 /// -- Vectorization State --
2318 if (Entry->State == TreeEntry::NeedToGather)
2370 if (Entry->State == TreeEntry::NeedToGather)
2407 assert(UseEntry->State != TreeEntry::NeedToGather && "Bad state");
3239 if (E->State == TreeEntry::NeedToGather) {
3307 if (E->State
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1666 State = MTD;
1670 State = Temporary;
1681 if (!State.is<LifetimeExtendedTemporaryDecl *>())
1682 State = LifetimeExtendedTemporaryDecl::Create(
1683 cast<Expr>(State.get<Stmt *>()), ExtendedBy, ManglingNumber);
1685 auto ES = State.get<LifetimeExtendedTemporaryDecl *>();
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_raid.c154 switch (vol->config_page->VolumeStatus.State) {
169 switch (disk->config_page.PhysDiskStatus.State) {
1146 s = disk_pg->PhysDiskStatus.State;
1456 if (vol_pg->VolumeStatus.State !=
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c579 (WalkState->ControlState->Common.State ==
/freebsd-11-stable/stand/efi/include/
H A Defiip.h247 EFI_IP6_NEIGHBOR_STATE State; member in struct:__anon3990
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h138 virtual SVal simplifySVal(ProgramStateRef State, SVal Val) = 0;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp371 ISD::ArgFlagsTy ArgFlags, CCState &State) {
376 return CC_Lanai32(ValNo, ValVT, LocVT, LocInfo, ArgFlags, State);
391 unsigned Offset = State.AllocateStack(4, 4);
392 State.addLoc(CCValAssign::getMem(ValNo, ValVT, Offset, LocVT, LocInfo));
369 CC_Lanai32_VarArg(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DLocalizationChecker.cpp700 ProgramStateRef State =
702 C.addTransition(State);
711 ProgramStateRef State = C.getState()->set<LocalizedMemMap>(
713 C.addTransition(State);
/freebsd-11-stable/stand/i386/cdboot/
H A Dcdboot.S568 # State for searching dir

Completed in 505 milliseconds

<<111213