/llvm-project/mlir/include/mlir/Debug/ |
H A D | Counter.h | 61 struct Counter { struct 74 llvm::StringMap<Counter> counters; argument
|
/llvm-project/libcxx/test/support/ |
H A D | Counter.h | 22 Counter() : data_() { ++gConstructed; } in Counter() function 23 Counter(const T &data) : data_(data) { ++gConstructed; } in Counter() function 24 Counter(const Counter& rhs) : data_(rhs.data_) { ++gConstructed; } in Counter() function 27 Counter(Counter&& rhs) : data_(std::move(rhs.data_)) { ++gConstructed; } in Counter() function [all...] |
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | CFGMatchSwitchTest.cpp | 38 CFGElementMatches &Counter) { Counter.StmtMatches++; }) in buildCFGMatchSwitch() 42 CFGElementMatches &Counter) { Counter.InitializerMatches++; }) in buildCFGMatchSwitch() 75 CFGElementMatches Counter; in TEST() local 87 CFGElementMatches Counter; in TEST() local 99 CFGElementMatches Counter; in TEST() local 112 CFGElementMatches Counter; in TEST() local
|
/llvm-project/llvm/tools/llvm-remarkutil/ |
H A D | RemarkCounter.h | 110 struct Counter { struct 112 Counter() = default; argument 113 Counter(enum GroupBy GroupBy) : Group(GroupBy) {} in Counter() function
|
/llvm-project/llvm/docs/ |
H A D | CoverageMappingFormat.rst | 473 Counter section in Encoding 483 .. _counter-tag: 485 Tag: 514 Counter Expressions argument 603 .. _source range:
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | TemporaryStorage.h | 44 struct Counter { struct 53 const bool canCountThroughLoops; 59 mlir::Value one; 61 mlir::Value index;
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | condition_variable_linux.h | 31 atomic_u32 Counter = {}; variable
|
/llvm-project/clang/test/CodeGen/ |
H A D | windows-seh-abnormal-exits.c | 9 void seh_abnormal_exits(int *Counter) { in seh_abnormal_exits()
|
H A D | windows-seh-filter-inFinally.c | 10 int Counter = 0; in main() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | sizeofpack.cpp | 124 struct Counter global() struct 126 countpr14273::Counter global() argument 130 struct Counter<T> global() struct 132 countpr14273::Counter global() argument
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | NthRunCrashTest.cpp | 11 static int Counter; variable
|
/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
H A D | mutex_test.cpp | 55 unsigned *Counter, in synchronousIncrementTask() 73 unsigned Counter = 0; in runSynchronisedTest() local
|
/llvm-project/clang/test/Analysis/z3/Inputs/ |
H A D | MockZ3_solver_check.c |
|
/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMapping.h | 105 /// A Counter is an abstract value that describes how to compute the struct 123 Counter() = default; in getKind() argument 108 CounterKindCounter global() argument 111 EncodingCounterTagAndExpansionRegionTagBitsCounter global() argument 118 CounterCounter Counter() argument 129 getCounterIDCounter getCounterID() argument 133 getExpressionIDCounter global() argument 146 getZeroCounter getZero() argument 149 getCounterCounter getCounter() argument 155 getExpressionCounter getExpression() argument [all...] |
/llvm-project/bolt/include/bolt/Passes/ |
H A D | InstrumentationSummary.h | 51 uint32_t Counter; member 73 uint32_t Counter; member 80 uint32_t Counter; member
|
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
H A D | condition_variable_test.cpp | 25 scudo::u32 Counter = 0; in simpleWaitAndNotifyAll() local
|
/llvm-project/llvm/unittests/ADT/ |
H A D | FunctionExtrasTest.cpp | 149 CopyCounter Counter{CopyCount}; TEST() local 164 CopyCounter Counter{CopyCount}; TEST() local 197 MoveCounter Counter{MoveCount}; TEST() local 210 MoveCounter Counter{MoveCount}; TEST() local
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | Trace.h | 46 Counter, enumerator
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 30 uint32_t Counter = 0; in collect() local 41 uint32_t Counter = 0; in collect() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | WorkList.cpp | 210 unsigned long Counter = 0; member in __anon0d17b1c10411::UnexploredFirstPriorityQueue 266 unsigned long Counter = 0; member in __anon0d17b1c10511::UnexploredFirstPriorityLocationQueue
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | MIRVRegNamerUtils.cpp | 44 const unsigned Counter = ++VRegNameCollisionMap[Reg.getName()]; getVRegRenameMap() local
|
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/ |
H A D | __init__.py | 35 Counter as Counter, unknown
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 773 __anon1a3420a50202(RangeSample &Counter, StringRef Separator, uint32_t Indent) writeUnsymbolizedProfile() argument 804 SampleCounter &Counter = *CI.second; writeUnsymbolizedProfile() local 839 __anon1a3420a50502(RangeSample &Counter, StringRef Separator) readSampleCounters() argument 903 SampleCounter &Counter = SampleCounters.begin()->second; computeCounterFromLBR() local [all...] |
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | metrics.py | 40 class Counter: class
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonGenMemAbsolute.cpp | 163 unsigned Counter = 0; runOnMachineFunction() local
|