Home
last modified time | relevance | path

Searched defs:skip (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dctu-import.c5 int foobar(int skip) { in foobar()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h175 virtual void skip() {} in skip() function
305 void skip() override { in skip() function
397 template <class CollectionType> void skip(CollectionType &C) { in skip() function
438 void skip() override { yaml::skip(*this); } in skip() function
495 void skip() override { yaml::skip(*this); } in skip() function
/llvm-project-15.0.7/compiler-rt/test/profile/
H A Dinstrprof-dump.c45 __attribute__((noinline)) int skip(int X) { in skip() function
/llvm-project-15.0.7/libcxx/benchmarks/algorithms/
H A Dranges_sort.bench.cpp24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
H A Dranges_stable_sort.bench.cpp24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
H A Dstable_sort.bench.cpp24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
H A Dsort.bench.cpp24 bool skip() const { return Order() == ::Order::Heap; } in skip() function
H A Dranges_push_heap.bench.cpp27 bool skip() const { return Order() == ::Order::Heap; } in skip() function
H A Dpush_heap.bench.cpp27 bool skip() const { return Order() == ::Order::Heap; } in skip() function
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DNestedMatcher.h152 Operation *skip; variable
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dfunction.bench.cpp163 static bool skip() { return Function1() > Function2(); } in skip() function
194 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() function
208 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip() function
H A DCartesianBenchmarks.h35 static auto skip(const B& Bench, char) { in skip() function
H A Dstring.bench.cpp422 static bool skip() { in skip() function
466 static bool skip() { in skip() function
525 static bool skip() { in skip() function
H A Dordered_set.bench.cpp69 bool skip() const { in skip() function
/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStatusTest.cpp81 bool skip = wcscmp(L"en-US", name) != 0; in TEST() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DTraceDumper.h43 llvm::Optional<size_t> skip = llvm::None; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.cpp21 static u32 CurrentStackTrace(Thread *thr, uptr skip) { in CurrentStackTrace()
/llvm-project-15.0.7/lld/ELF/
H A DScriptLexer.cpp304 void ScriptLexer::skip() { (void)next(); } in skip() function in ScriptLexer
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DVisitors.h52 static WalkResult skip() { return {Skip}; } in skip() function
/llvm-project-15.0.7/lldb/examples/python/
H A Ddisasm-stress-test.py112 def __init__(self, byte_width, log_file, start=0, skip=1): argument
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp76 static bool skip(DataExtractor &Data, uint64_t &Offset, bool SkippedRanges) { in skip() function
/llvm-project-15.0.7/llvm/lib/Support/
H A DBinaryStreamReader.cpp148 Error BinaryStreamReader::skip(uint64_t Amount) { in skip() function in BinaryStreamReader
H A DDataExtractor.cpp228 void DataExtractor::skip(Cursor &C, uint64_t Length) const { in skip() function in DataExtractor
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp517 StorageLocation &Environment::skip(StorageLocation &Loc, SkipPast SP) const { in skip() function in clang::dataflow::Environment
536 const StorageLocation &Environment::skip(const StorageLocation &Loc, in skip() function in clang::dataflow::Environment
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DHoisting.cpp134 bool skip = false; in findMatchingTransferRead() local

123