/llvm-project/clang/test/Analysis/ |
H A D | bitwise-shift-sanity-checks.c | 44 int no_info(int left, int right) { in no_info() 48 int all_okay(int left, int right) { in all_okay() 57 int signed_arithmetic_good(int left, int right) { in signed_arithmetic_good() 64 int signed_arithmetic_bad(int left, int right) { in signed_arithmetic_bad()
|
H A D | bitwise-shift-common.c | 32 int negative_right_operand_symbolic(int left, int right) { in negative_right_operand_symbolic() 83 int too_large_right_operand_symbolic(int left, int right) { in too_large_right_operand_symbolic() 141 unsigned left = 115; // expected-note {{'left' initialized to 115}} in expression_tracked_back() local
|
H A D | bitwise-shift-state-update.c | 29 int state_update_generic(int left, int right) { in state_update_generic()
|
H A D | PR49490.cpp | 26 bool left = coin(); in bar() local
|
H A D | bitwise-shift-pedantic.c | 30 int negative_left_operand_symbolic(int left, int right) { in negative_left_operand_symbolic()
|
/llvm-project/libc/src/string/memory_utils/ |
H A D | inline_strcmp.h | 17 inline_strcmp(const char * left,const char * right,Comp && comp) inline_strcmp() argument 27 inline_strncmp(const char * left,const char * right,size_t n,Comp && comp) inline_strncmp() argument
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.sorting/assert.sort.invalid_comparator/ |
H A D | invalid_comparator_utilities.h | 29 std::size_t left = std::stol(std::string((*it).data(), (*it).size())); in ComparisonResults() local 38 bool compare(size_t* left, size_t* right) const { in compare()
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | diamond_right.h | 6 int left, right; member
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | expression.h | 166 Expr<Operand<0>> &left() { return operand<0>(); } in left() function 165 Expr<Operand<0>> &left() { return operand<0>(); } left() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | stack-reuse-miscompile.cpp | 9 S left; member in T
|
H A D | microsoft-abi-this-nullable.cpp | 27 void ChildOverride::left() {} in left() function in ChildOverride
|
H A D | microsoft-abi-multiple-nonvirtual-inheritance.cpp | 34 void ChildOverride::left() { in left() function in ChildOverride
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | task01.f90 | 8 type(Node), pointer :: left, right component
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_malloc_bisect.h | 32 uptr left = flags()->malloc_bisect_left; in malloc_bisect() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyLogical.h | 61 const LExpr *left() const { return LHS; } in left() function 62 LExpr *left() { return LHS; } in left() function
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | barrier.cpp | 23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; in thr() local
|
/llvm-project/libc/fuzzing/string/ |
H A D | strstr_fuzz.cpp | 19 static int simple_memcmp(const char *left, const char *right, size_t n) { in simple_memcmp()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/ |
H A D | const-correctness-cxx17.cpp | 5 L left; member
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_common_mac.cpp | 38 inline SeenRegion operator|(SeenRegion left, SeenRegion right) { in operator |() 43 inline SeenRegion &operator|=(SeenRegion &left, const SeenRegion &right) { in operator |=()
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-02-14-EntryNodePreds.c | 19 QUAD_EDGE left, right; member
|
/llvm-project/clang/test/SemaCXX/ |
H A D | constexpr-turing-cxx2a.cpp | 21 constexpr Tape *left() { in left() function
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNILPSched.cpp | 132 static int BUCompareLatency(const SUnit *left, const SUnit *right) { in BUCompareLatency() argument 162 const SUnit *GCNILPScheduler::pickBest(const SUnit *left, const SUnit *right) in pickBest() argument [all...] |
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxMap.cpp | 54 ValueObjectSP left() const { in left() function in MapEntry 157 MapEntry left(x.left()); in tree_min() local
|
/llvm-project/libc/src/math/generic/ |
H A D | log2.cpp | 951 double left = r3.hi + (r3.lo - err); global() variable
|
/llvm-project/llvm/lib/Support/ |
H A D | SipHash.cpp | 79 const int left = inlen & 7; in siphash() local
|