Home
last modified time | relevance | path

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

1234

/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Ddiamond_right.h6 int left, right; member
/llvm-project-15.0.7/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.cpp36 void ChildOverride::left() { in left() function in ChildOverride
H A Dempty-classes.cpp92 float left; member
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dexpression.h165 Expr<Operand<0>> &left() { return operand<0>(); } in left() function
166 const Expr<Operand<0>> &left() const { return operand<0>(); } in left() function
/llvm-project-15.0.7/flang/test/Semantics/OpenMP/
H A Domp-task01.f908 type(Node), pointer :: left, right component
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_malloc_bisect.h32 uptr left = flags()->malloc_bisect_left; in malloc_bisect() local
/llvm-project-15.0.7/clang/test/Analysis/
H A DPR49490.cpp26 bool left = coin(); in bar() local
/llvm-project-15.0.7/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-15.0.7/compiler-rt/test/tsan/
H A Dbarrier.cpp23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; in thr() local
/llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-cxx17.cpp5 L left; member
/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-02-14-EntryNodePreds.c19 QUAD_EDGE left, right; member
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstexpr-turing-cxx2a.cpp21 constexpr Tape *left() { in left() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNILPSched.cpp132 static int BUCompareLatency(const SUnit *left, const SUnit *right) { in BUCompareLatency()
162 const SUnit *GCNILPScheduler::pickBest(const SUnit *left, const SUnit *right) in pickBest()
/llvm-project-15.0.7/clang/tools/clang-fuzzer/
H A Dcxx_loop_proto.proto51 required Rvalue left = 2; field
H A Dcxx_proto.proto47 required Rvalue left = 2; field
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp4004 uint32_t offset, left; in get_objc2_64bit_class_name() local
4054 uint32_t offset, left; in get_objc2_64bit_cfstring_name() local
4087 uint32_t offset, left; in get_objc2_64bit_selref() local
4226 uint32_t offset, left; in print_layout_map64() local
4237 uint32_t offset, left; in print_layout_map32() local
4763 uint32_t offset, left; in print_protocol() local
5372 uint32_t offset, left; in print_class64_t() local
5453 uint32_t offset, left; in print_class32_t() local
5637 uint32_t offset, left; in print_objc_objc_category_t() local
5799 uint32_t offset, left; in print_category32_t() local
[all …]
/llvm-project-15.0.7/lldb/examples/scripting/
H A Ddictionary.c15 struct tree_node *left; member
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp32 ValueObjectSP left() const { in left() function in MapEntry
143 MapEntry left(x.left()); in tree_min() local
/llvm-project-15.0.7/mlir/lib/Analysis/
H A DLiveness.cpp292 llvm::sort(orderedValues, [&](Value left, Value right) { in print()
320 llvm::sort(liveOperations, [&](Operation *left, Operation *right) { in print()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise-standard-types.h46 left = 1u << 4u, enumerator
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-memory-comparison.c15 void exp42_c_noncompliant(const struct S *left, const struct S *right) { in exp42_c_noncompliant()
21 void exp42_c_compliant(const struct S *left, const struct S *right) { in exp42_c_compliant()
35 void compliant_packed(const struct Packed_S *left, in compliant_packed()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dexpression.h386 bool AreConformable(const L &left, const R &right) { in AreConformable()
392 parser::ContextualMessages &context, const L &left, const R &right) { in ConformabilityCheck()

1234