Searched refs:State (Results 276 - 300 of 318) sorted by relevance

<<111213

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp950 void BreakableLineCommentSection::updateNextToken(LineState &State) const {
952 State.NextToken = LastLineTok->Next;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp383 parseCtorDtorName(llvm::itanium_demangle::Node *&SoFar, NameState *State) { argument
386 return ManglingSubstitutor::parseCtorDtorName(SoFar, State);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h583 MipsCCState &State) const;
599 CCState &State) const;
H A DMipsFastISel.cpp276 CCState &State) LLVM_ATTRIBUTE_UNUSED;
280 ISD::ArgFlagsTy ArgFlags, CCState &State) {
286 ISD::ArgFlagsTy ArgFlags, CCState &State) {
278 CC_MipsO32_FP32(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
284 CC_MipsO32_FP64(unsigned ValNo, MVT ValVT, MVT LocVT, CCValAssign::LocInfo LocInfo, ISD::ArgFlagsTy ArgFlags, CCState &State) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h833 struct State { struct in class:llvm::json::OStream
837 llvm::SmallVector<State, 16> Stack; // Never empty.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp70 CCState &State) override {
71 return AssignFn(ValNo, ValVT, LocVT, LocInfo, Flags, State);
H A DAMDGPUISelLowering.h143 CCState &State,
H A DAMDGPUISelLowering.cpp906 CCState &State,
908 const MachineFunction &MF = State.getMachineFunction();
978 MemVT = EVT::getIntegerVT(State.getContext(), MemoryBits);
985 EVT ScalarVT = EVT::getIntegerVT(State.getContext(),
987 MemVT = EVT::getVectorVT(State.getContext(), ScalarVT, NumElements);
1001 MemVT = MemVT.getPow2VectorType(State.getContext());
1006 State.addLoc(CCValAssign::getCustomMem(InIndex++, RegisterVT,
905 analyzeFormalArgumentsCompute( CCState &State, const SmallVectorImpl<ISD::InputArg> &Ins) const argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7871 auto &State = SemaRef.getTypoExprState(TE);
7872 if (State.DiagHandler) {
7874 ? TypoCorrection() : State.Consumer->getCurrentCorrection();
7886 State.DiagHandler(TC);
7903 auto &State = SemaRef.getTypoExprState(TE);
7905 if (!State.Consumer->finished())
7907 State.Consumer->resetCorrectionStream();
8128 auto &State = SemaRef.getTypoExprState(E);
8129 assert(State.Consumer && "Cannot transform a cleared TypoExpr");
8133 while (TypoCorrection TC = State
[all...]
H A DAnalysisBasedWarnings.cpp1948 void warnUseOfTempInInvalidState(StringRef MethodName, StringRef State,
1952 diag::warn_use_of_temp_in_invalid_state) << MethodName << State);
1958 StringRef State, SourceLocation Loc) override {
1961 MethodName << VariableName << State);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1507 /// State for an integer range.
1513 /// State representing assumed range, initially set to empty.
1516 /// State representing known range, initially set to [-inf, inf].
1805 raw_ostream &operator<<(raw_ostream &OS, const AbstractState &State);
1809 const IntegerStateBase<base_ty, BestState, WorstState> &State);
1810 raw_ostream &operator<<(raw_ostream &OS, const IntegerRangeState &State);
2117 /// State for dereferenceable attribute
2120 /// State representing for dereferenceable bytes.
2161 /// State representing that whether the value is globaly dereferenceable.
2312 /// State encodin
[all...]
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h428 #define STATE "State"
433 Locker, Log, Name, RCSfile, Revision, Source, State, CVSHeader, enumerator in enum:markers
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Daslcompiler.h1331 UINT8 *State);
1333 /* Values for State above */
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp461 region.SetMapped(entry.State != MemoryState::Free ? yes : no);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h234 unsigned SubIdx, unsigned State,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp213 checker.State = Opt.second ? StateFromCmdLine::State_Enabled
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1382 Sema::ParsingClassState State; member in class:clang::ParsingClassDefinition
1388 State(P.PushParsingClass(TagOrTemplate, TopLevelClass, IsInterface)) {
1395 P.PopParsingClass(State);
1400 P.PopParsingClass(State);
1679 /// TypeCastState - State whether an expression is or may be a type cast.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp1225 BBState &State = BBStack.back(); local
1226 MachineBasicBlock *BB = State.MBB;
1229 if (!State.SuccsAnalyzed) {
1269 State.SuccsAnalyzed = true;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp326 if (info.State == MEM_FREE && info.RegionSize >= granularity) {
/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest208 @State: s @
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp83 static void dumpSectionMemory(const SectionEntry &S, StringRef State) { argument
84 dbgs() << "----- Contents of section " << S.getName() << " " << State
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp214 void PostTraverse(std::tuple<NodeId, NodeId> State) { argument
216 std::tie(MyId, PreviousParent) = State;
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi_ioc.h774 U8 State; /* 00h */ member in struct:_EVENT_DATA_LINK_STATUS
786 /* MPI Loop State Change Event data */
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h789 UINT16 State;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cpp356 if (info.State == MEM_FREE) {

Completed in 504 milliseconds

<<111213