| /llvm-project-15.0.7/llvm/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 89 return '[%d]' % count, cur.dereference() 224 it_deref = it.dereference() 230 entry = entry_ptr.dereference() 239 value = value_ptr.dereference() 304 val = child['stdString'].dereference() 323 return str(child['decUL'].dereference()) 326 return str(child['decL'].dereference()) 329 return str(child['decULL'].dereference()) 332 return str(child['decLL'].dereference()) 335 val = child['uHex'].dereference() [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.constr/temp.constr.constr/ |
| H A D | function-templates.cpp | 17 auto dereference(T t) { // expected-note {{candidate template ignored: constraints not satisfied … in dereference() function 22 static_assert(is_same_v<decltype(dereference<int*>(nullptr)), int>); 23 static_assert(is_same_v<decltype(dereference(2)), int>); // expected-error {{no matching function f… 24 static_assert(is_same_v<decltype(dereference<char>('a')), char>); // expected-error {{no matching f…
|
| /llvm-project-15.0.7/clang/test/Analysis/html_diagnostics/ |
| H A D | control-arrows.cpp | 7 int dereference(int *x) { in dereference() function 14 return dereference(x); in foobar()
|
| /llvm-project-15.0.7/libcxx/utils/gdb/libcxx/ |
| H A D | printers.py | 324 entry = self.item.dereference() 352 entry = self.item.dereference() 441 yield i, (start_addr.dereference() + i).dereference() 497 current_node = current_node.dereference()["__next_"] 557 result = node.cast(self.cast_type).dereference()["__left_"] 561 result = node.cast(self.cast_type).dereference()["__right_"] 581 parent = node.cast(self.cast_type).dereference()["__parent_"] 670 key_value = node.cast(self.util.cast_type).dereference()[ 702 self.node = self.addr.cast(cast_type).dereference() 780 next_val = next_ptr.cast(self.cast_type).dereference() [all …]
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | null-deref-path-notes.m | 33 … in a dereference of a null pointer (loaded from variable 'self')}} expected-note{{Access to insta… 61 p[1] = 2; // expected-warning{{Array access (via ivar 'p') results in a null pointer dereference}} 62 // expected-note@-1{{Array access (via ivar 'p') results in a null pointer dereference}}
|
| H A D | CheckNSError.m | 30 …ain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential null dereference. According to c… 53 …*error = 0; // expected-warning {{Potential null dereference. According to coding … 77 …*error = 0; // expected-warning {{Potential null dereference. According to coding standards docume…
|
| H A D | incorrect-checker-names.mm | 49 // Make every dereference a different path to avoid sinks after errors. 110 …*error = 0; // expected-warning {{Potential null dereference. According to coding standards docume… 119 …ain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential null dereference. According to c…
|
| /llvm-project-15.0.7/llvm/test/Other/ |
| H A D | lint.ll | 24 ; CHECK: Null pointer dereference 26 ; CHECK: Null pointer dereference 28 ; CHECK: Undef pointer dereference 30 ; CHECK: Undef pointer dereference 32 ; CHECK: All-ones pointer dereference 34 ; CHECK: Address one pointer dereference 72 ; CHECK: Undefined behavior: Null pointer dereference 74 ; CHECK: Undefined behavior: Null pointer dereference 182 ; CHECK: Undefined behavior: Undef pointer dereference
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | redundant-function-ptr-dereference.rst | 1 .. title:: clang-tidy - readability-redundant-function-ptr-dereference 3 readability-redundant-function-ptr-dereference
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | instantiate-expr.mm | 21 …r{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}} 36 …r{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}} 63 …r{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}} 71 …r{{incompatible pointer to integer conversion assigning to 'int' from 'int *'; dereference with *}}
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | SideEffectInterfaces.td | 50 // not any visible mutation or dereference. 57 // resource, and not any visible allocation, mutation or dereference. 71 // visible dereference or read.
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 125 static llvm::Optional<DereferenceInfo> dereference(ProgramStateRef State, 162 llvm::Optional<DereferenceInfo> DerefInfo = dereference(State, FR); in isDereferencableUninit() 220 static llvm::Optional<DereferenceInfo> dereference(ProgramStateRef State, in dereference() function
|
| /llvm-project-15.0.7/polly/test/ScopInfo/ |
| H A D | allow-all-parameters-dereferencable.ll | 2 ; RUN: -polly-allow-dereference-of-all-function-parameters \ 10 ; RUN: -polly-allow-dereference-of-all-function-parameters \ 25 ; Check that without the option `-polly-allow-dereference-of-all-function-parameters`
|
| /llvm-project-15.0.7/mlir/utils/gdb-scripts/ |
| H A D | prettyprinters.py | 122 impl = val['impl'].dereference() 143 yield 'impl', self.impl.dereference()
|
| /llvm-project-15.0.7/openmp/libompd/src/ |
| H A D | TargetValue.cpp | 232 TValue TValue::dereference() const { in dereference() function in TValue 282 TValue strValue = dereference(); in getString() 340 ret = ret.dereference(); in access() 368 ret = dereference(); in getArrayElement()
|
| H A D | omp-debug.cpp | 338 .dereference() in ompd_get_enclosing_parallel_handle() 484 ret = taskdata.dereference().getAddress(&taddr); in ompd_get_curr_task_handle() 536 .dereference() in ompd_get_generating_task_handle() 546 ret = taskdata.dereference().getAddress(&taddr); in ompd_get_generating_task_handle()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | crashes.m | 10 // While iterating through the macros it would dereference a null pointer if the macro was undefine…
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | IndexedAccessorTest.cpp | 28 static T &dereference(T *data, ptrdiff_t index) { return data[index]; } in dereference() function
|
| /llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/ |
| H A D | interproc-ret-deref-arg.ll | 2 ; to return the dereference of one of its parameters
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | ValueRange.h | 103 static OperandRange dereference(const OwnerT &object, ptrdiff_t index); 218 static MutableOperandRange dereference(const OwnerT &object, ptrdiff_t index);
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | ConstantExprNoFold.ll | 14 ; icmp should return true. It's not valid to *dereference* in @B from a pointer 15 ; based on @A, but icmp isn't a dereference.
|
| /llvm-project-15.0.7/lld/test/ELF/ |
| H A D | undef-broken-debug.test | 7 # We used to dereference null Target in DWARF.cpp:findAux while reporting a duplicate symbol error,
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | .clang-tidy | 25 readability-redundant-function-ptr-dereference,
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | symtab-sh-info-dup.test | 5 ## Otherwise a null entry can lead to a null pointer dereference when iterating
|
| /llvm-project-15.0.7/llvm/test/Analysis/CFLAliasAnalysis/Andersen/ |
| H A D | interproc-ret-deref-arg.ll | 2 ; to return the dereference of one of its parameters
|