/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 201 struct Sequence { struct 218 static bool orderByHighPC(const Sequence &LHS, const Sequence &RHS) { in orderByHighPC() argument 241 void appendSequence(const DWARFDebugLine::Sequence &S) { in appendSequence() argument 404 struct Sequence Sequence; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/ |
H A D | CodeEmitter.h | 42 ArrayRef<MCInst> Sequence; variable
|
H A D | SourceMgr.h | 30 ArrayRef<UniqueInst> Sequence; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGSDNodes.h | 53 std::vector<SUnit*> Sequence; variable
|
H A D | ScheduleDAGFast.cpp | 653 std::vector<SDNode*> Sequence; member in __anon50dbaec70211::ScheduleDAGLinearize
|
H A D | SelectionDAG.cpp | 10309 SmallVectorImpl<SDValue> &Sequence, in getRepeatedSequence() 10354 bool BuildVectorSDNode::getRepeatedSequence(SmallVectorImpl<SDValue> &Sequence, in getRepeatedSequence()
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | YamlIO.rst | 805 Sequence chapter
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.h | 41 enum Sequence { enum
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 46 Sequence, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaInit.cpp | 3814 maybeRecoverWithZeroInitialization(Sema &S, InitializationSequence &Sequence, in maybeRecoverWithZeroInitialization() 3835 InitializationSequence &Sequence, in MaybeProduceObjCObject() 3877 InitializationSequence &Sequence, in TryInitializerListConstruction() 4044 InitializationSequence &Sequence, in TryConstructorInitialization() 4224 InitializationSequence &Sequence) { in ResolveOverloadedFunctionForReferenceBinding() 4267 InitializationSequence &Sequence, in TryReferenceListInitialization() 4358 InitializationSequence &Sequence, in TryListInitialization() 4557 InitializationSequence &Sequence) { in TryRefInitWithConversionFunction() 4743 InitializationSequence &Sequence) { in TryReferenceInitialization() 4784 InitializationSequence &Sequence) { in TryReferenceInitializationCore() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 503 DWARFDebugLine::Sequence::Sequence() { reset(); } in Sequence() function in DWARFDebugLine::Sequence 1255 DWARFDebugLine::Sequence Sequence; in lookupAddressImpl() local 1288 DWARFDebugLine::Sequence Sequence; in lookupAddressRangeImpl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | CloneDetection.h | 381 VariablePattern(const StmtSequence &Sequence) { in VariablePattern()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | PostRASchedulerList.cpp | 133 std::vector<SUnit*> Sequence; member in __anon3e4a0d930111::SchedulePostRATDList
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | DebugUtils.cpp | 119 const SequencePrinter<Sequence, Pred> &Printer) { in operator <<()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | PredicateExpander.cpp | 156 const RecVec &Sequence, in expandPredicateSequence()
|
H A D | RegisterInfoEmitter.cpp | 783 SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() local 805 const SmallVectorImpl<MaskRolPair> &Sequence = Sequences[s]; in emitComposeSubRegIndexLaneMask() local
|
H A D | CodeGenSchedule.h | 55 IdxVec Sequence; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZSelectionDAGInfo.cpp | 25 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, in emitMemMem()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CloneDetection.cpp | 318 static void CollectStmtSequenceData(const StmtSequence &Sequence, in CollectStmtSequenceData()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-spec-builders.h | 531 friend class Sequence; variable 635 Sequence() : last_expectation_(new Expectation) {} in Sequence() function
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ |
H A D | efipxebc.h | 92 UINT16 Sequence; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 5614 template Sequence(size_t start, size_t end) in Sequence() function 5617 alias Sequence = AliasSeq!(start, Sequence!(start+1, end)); in Sequence() local 5619 alias Sequence = AliasSeq!(); in Sequence() local
|
/netbsd-src/sys/external/bsd/acpica/dist/include/ |
H A D | actbl1.h | 487 UINT32 Sequence; /* Used to detect runtime CDAT table changes */ member 2192 UINT8 Sequence; /* HPET sequence number */ global() member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 4124 SmallVector<const SCEV *, 8> Sequence; in GenerateCrossUseConstantOffsets() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/ |
H A D | package.d | 5078 struct Sequence(alias fun, State) in Sequence() function
|