Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 101) sorted by relevance

12345

/llvm-project/clang/test/Analysis/
H A Dbitwise-shift-sanity-checks.c44 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 Dbitwise-shift-common.c32 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 Dbitwise-shift-state-update.c29 int state_update_generic(int left, int right) { in state_update_generic()
H A DPR49490.cpp26 bool left = coin(); in bar() local
H A Dbitwise-shift-pedantic.c30 int negative_left_operand_symbolic(int left, int right) { in negative_left_operand_symbolic()
/llvm-project/libc/src/string/memory_utils/
H A Dinline_strcmp.h17 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 Dinvalid_comparator_utilities.h29 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 Ddiamond_right.h6 int left, right; member
/llvm-project/flang/include/flang/Evaluate/
H A Dexpression.h166 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 Dstack-reuse-miscompile.cpp9 S left; member in T
H A Dmicrosoft-abi-this-nullable.cpp27 void ChildOverride::left() {} in left() function in ChildOverride
H A Dmicrosoft-abi-multiple-nonvirtual-inheritance.cpp34 void ChildOverride::left() { in left() function in ChildOverride
/llvm-project/flang/test/Semantics/OpenMP/
H A Dtask01.f908 type(Node), pointer :: left, right component
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h32 uptr left = flags()->malloc_bisect_left; in malloc_bisect() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h61 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 Dbarrier.cpp23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; in thr() local
/llvm-project/libc/fuzzing/string/
H A Dstrstr_fuzz.cpp19 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 Dconst-correctness-cxx17.cpp5 L left; member
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common_mac.cpp38 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 D2002-02-14-EntryNodePreds.c19 QUAD_EDGE left, right; member
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing-cxx2a.cpp21 constexpr Tape *left() { in left() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp132 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 DLibCxxMap.cpp54 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 Dlog2.cpp951 double left = r3.hi + (r3.lo - err); global() variable
/llvm-project/llvm/lib/Support/
H A DSipHash.cpp79 const int left = inlen & 7; in siphash() local

12345