Home
last modified time | relevance | path

Searched defs:Advance (Results 1 – 10 of 10) sorted by relevance

/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h343 inline void FuzzedDataProvider::Advance(size_t num_bytes) { Advance() function
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h238 void Advance() override { in Advance() function
324 void Advance() override { in Advance() function
977 void Advance() override { in Advance() function
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp727 AddrOpIndexDelta Advance = in advanceForOpcode() local
1073 ParsingState::AddrOpIndexDelta Advance = parse() local
1141 ParsingState::OpcodeAdvanceResults Advance = parse() local
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp217 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap in computeOperandLatency() local
/llvm-project/mlir/include/mlir/IR/
H A DVisitors.h34 enum ResultEnum { Interrupt, Advance, Skip } result; enumerator
/llvm-project/flang/include/flang/Common/
H A Dformat.h187 template <typename CHAR> void FormatValidator<CHAR>::Advance(TokenKind tk) { in Advance() function
[all...]
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp67 void CPlusPlusNameParser::Advance() { ++m_next_token_index; } in Advance() function in CPlusPlusNameParser
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.cpp591 void ScheduleDAGSDNodes::RegDefIter::Advance() { in Advance() function in ScheduleDAGSDNodes::RegDefIter
/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp184 unsigned Advance; in getStringSplit() local
/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp248 bool Advance() { in Advance() function in __anon67f4f2c20211::ParseHelper