| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | diamond_right.h | 6 int left, right; member
|
| /llvm-project-15.0.7/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 | 36 void ChildOverride::left() { in left() function in ChildOverride
|
| H A D | empty-classes.cpp | 92 float left; member
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | expression.h | 165 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 D | omp-task01.f90 | 8 type(Node), pointer :: left, right component
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_malloc_bisect.h | 32 uptr left = flags()->malloc_bisect_left; in malloc_bisect() local
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | PR49490.cpp | 26 bool left = coin(); in bar() local
|
| /llvm-project-15.0.7/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-15.0.7/compiler-rt/test/tsan/ |
| H A D | barrier.cpp | 23 int left = idx - 1 >= 0 ? prev[idx - 1] : 0; in thr() local
|
| /llvm-project-15.0.7/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-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/ |
| H A D | const-correctness-cxx17.cpp | 5 L left; member
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | 2002-02-14-EntryNodePreds.c | 19 QUAD_EDGE left, right; member
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | constexpr-turing-cxx2a.cpp | 21 constexpr Tape *left() { in left() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNILPSched.cpp | 132 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 D | cxx_loop_proto.proto | 51 required Rvalue left = 2; field
|
| H A D | cxx_proto.proto | 47 required Rvalue left = 2; field
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 4004 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 D | dictionary.c | 15 struct tree_node *left; member
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxMap.cpp | 32 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 D | Liveness.cpp | 292 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 D | signed-bitwise-standard-types.h | 46 left = 1u << 4u, enumerator
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
| H A D | suspicious-memory-comparison.c | 15 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 D | expression.h | 386 bool AreConformable(const L &left, const R &right) { in AreConformable() 392 parser::ContextualMessages &context, const L &left, const R &right) { in ConformabilityCheck()
|