| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/ |
| H A D | partial_sort.pass.cpp | 26 struct Num struct 30 Num() { ++count_val; } in Num() function 31 Num(T v) : val(v) { ++count_val; } in Num() argument 32 Num(const Num<T>& v) : val(v.val) { ++count_val; } in Num() argument 33 Num(Num<T>&& v) : val(v.val) { ++count_val; } in Num() function 34 ~Num() { --count_val; } in ~Num() argument 36 operator=(const Num<T>& v) in operator =() argument 43 operator<(const Num<T>& v) const in operator <() argument
|
| H A D | partial_sort_copy.pass.cpp | 24 struct Num struct 28 Num() : val(0) {} in Num() argument 29 Num(T v) : val(v) {} in Num() argument 30 Num(const Num<T>& v) : val(v.val) {} in Num() function 31 Num(Num<T>&& v) : val(v.val) {} in Num() function 33 operator=(const Num<T>& v) in operator =() argument 40 operator<(const Num<T>& v) const in operator <() argument
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.set.operations/ |
| H A D | includes.pass.cpp | 24 struct Num struct 27 explicit Num(const T& v) : val(v) {} in Num() argument 32 operator<(const Num<T1>& v1) const in operator <() argument 39 operator Num<T1>() const in operator Num<T1>() argument
|
| H A D | set.pass.cpp | 25 struct Num struct 29 Num() : val{} {} in Num() argument 30 Num(const T& v) : val(v) {} in Num() function 35 operator<(const Num<T1>& v1) const in operator <() argument 42 operator Num<T1>() const in operator Num<T1>() argument
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | PackedVersion.cpp | 34 unsigned long long Num; in parse32() local 69 unsigned long long Num; in parse64() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/ |
| H A D | p1.cpp | 4 template <typename T> struct Num { struct 5 T value_; 8 Num(T value) : value_(value) {} in Num() argument 9 T get() const { return value_; } in get() 11 template <typename U> struct Rep { 15 friend Num operator*(const Num &a, const Rep &n) { in operator *() 27 Num& operator+=(const Num& b) { in operator +=() 32 class Representation {};
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/ |
| H A D | nolintbeginend-LIFO.cpp | 6 auto Num = (unsigned int)(-1); variable
|
| H A D | nolintbeginend-mismatched-check-names.cpp | 5 auto Num = (unsigned int)(-1); variable
|
| /llvm-project-15.0.7/bolt/include/bolt/Core/ |
| H A D | FunctionLayout.h | 64 FunctionFragment(FragmentNum Num, const FunctionLayout &Layout) in FunctionFragment() 99 FragmentNum Num; variable 102 FragmentIterator(FragmentNum Num, const FunctionLayout *Layout) in FragmentIterator()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordSerialization.cpp | 36 Error llvm::codeview::consume(BinaryStreamReader &Reader, APSInt &Num) { in consume() 104 Error llvm::codeview::consume(StringRef &Data, APSInt &Num) { in consume() 115 uint64_t &Num) { in consume_numeric()
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | CounterTest.cpp | 10 int Num = 0; in LLVMFuzzerTestOneInput() local
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | check-time-trace.cpp | 36 T Num; member
|
| /llvm-project-15.0.7/compiler-rt/test/dfsan/ |
| H A D | mmap_at_init.c | 20 void *calloc(size_t Num, size_t Size) { in calloc()
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
| H A D | make-unique-default-init.cpp | 65 int Num = 3; in basic() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | union-tbaa1.c | 11 void fred(unsigned Num, int Vec[2], int *Index, int Arr[4][2]) { in fred()
|
| /llvm-project-15.0.7/llvm/tools/llvm-profgen/ |
| H A D | ErrorHandling.h | 49 inline void emitWarningSummary(uint64_t Num, uint64_t Total, StringRef Msg) { in emitWarningSummary()
|
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.h | 115 unsigned addBytes(unsigned char *Ptr, int Num, int Bytes) { in addBytes() 129 unsigned addZeros(int Num) { in addZeros()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | SplitKit.h | 70 unsigned Num = MBB.getNumber(); in getLastInsertPoint() local 230 SlotIndex getLastSplitPoint(unsigned Num) { in getLastSplitPoint() 242 SlotIndex getFirstSplitPoint(unsigned Num) { in getFirstSplitPoint()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 490 void setNumEntries(unsigned Num) { in setNumEntries() 506 void setNumTombstones(unsigned Num) { in setNumTombstones() 846 void setNumEntries(unsigned Num) { in setNumEntries() 854 void setNumTombstones(unsigned Num) { in setNumTombstones() 866 bool allocateBuckets(unsigned Num) { in allocateBuckets() 1124 void setNumEntries(unsigned Num) { in setNumEntries() 1134 void setNumTombstones(unsigned Num) { in setNumTombstones() 1185 LargeRep allocateBuckets(unsigned Num) { in allocateBuckets()
|
| H A D | StringExtras.h | 272 inline bool to_float(const Twine &T, N &Num, N (*StrTo)(const char *, char **)) { in to_float() 284 inline bool to_float(const Twine &T, float &Num) { in to_float() 288 inline bool to_float(const Twine &T, double &Num) { in to_float() 292 inline bool to_float(const Twine &T, long double &Num) { in to_float()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | Threading.cpp | 99 llvm::get_threadpool_strategy(StringRef Num, ThreadPoolStrategy Default) { in get_threadpool_strategy()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | GCMetadata.h | 67 int Num; ///< Usually a frame index. member 113 void addStackRoot(int Num, const Constant *Metadata) { in addStackRoot()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 356 void setNumEntries(unsigned Num) { in setNumEntries() 368 void setNumTombstones(unsigned Num) { in setNumTombstones() 664 void setNumEntries(unsigned Num) { NumEntries = Num; } in setNumEntries() 668 void setNumTombstones(unsigned Num) { NumTombstones = Num; } in setNumTombstones() 674 bool allocateBuckets(unsigned Num) { in allocateBuckets()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | BinaryStreamWriter.h | 68 template <typename T> Error writeEnum(T Num) { in writeEnum()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCodeGenPrepare.cpp | 660 static Value *optimizeWithRcp(Value *Num, Value *Den, bool AllowInaccurateRcp, in optimizeWithRcp() 719 static Value *optimizeWithFDivFast(Value *Num, Value *Den, float ReqdAccuracy, in optimizeWithFDivFast() 790 Value *Num = FDiv.getOperand(0); in visitFDiv() local 884 Value *Num, Value *Den, in getDivNumBits() 906 Value *Num, Value *Den, in expandDivRem24() 916 Value *Num, Value *Den, in expandDivRem24Impl() 1019 BinaryOperator &I, Value *Num, Value *Den) const { in divHasSpecialOptimization() 1187 Value *Num, Value *Den) const { in shrinkDivRem64() 1255 Value *Num = I.getOperand(0); in visitBinaryOperator() local
|