/llvm-project/clang/docs/analyzer/checkers/ |
H A D | callandmessage_example.c | 32 @property (readwrite,assign) id x; in property() argument 44 @property (readwrite,assign) id x; in property() argument 59 @property (readwrite,assign) id x; in property() argument
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | 2011-03-08-IVarLookup.m | 16 @property (assign) UInt_t f1; category 20 @property (assign) int x; category
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ScheduleOrderedAssignments.cpp | 363 startSchedulingAssignment(hlfir::RegionAssignOp assign,bool leafRegionsMayOnlyRead) startSchedulingAssignment() argument 465 finishSchedulingAssignment(hlfir::RegionAssignOp assign) finishSchedulingAssignment() argument 535 gatherAssignmentParents(hlfir::RegionAssignOp assign,llvm::SmallVectorImpl<hlfir::OrderedAssignmentTreeOpInterface> & parents) gatherAssignmentParents() argument 560 for (hlfir::RegionAssignOp assign : assignments) { buildEvaluationSchedule() local 622 } else if (auto assign = mlir::dyn_cast<hlfir::ForallMaskOp>(parent)) { printRegionId() local 625 } else if (auto assign = mlir::dyn_cast<hlfir::RegionAssignOp>(parent)) { printRegionId() local 694 logAssignmentEvaluation(llvm::raw_ostream & os,unsigned runid,hlfir::RegionAssignOp assign) logAssignmentEvaluation() argument [all...] |
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-template-quals.cpp | 7 assign(const _CharT* __s, const basic_string<_CharT> &x) in assign() function
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_append/ |
H A D | push_back.pass.cpp | 35 static TEST_CONSTEXPR_CXX20 void assign(char_type& c1, const char_type& c2) { c1 = c2; } assign() function 47 static TEST_CONSTEXPR_CXX20 char_type* assign(char_type* s, std::size_t n, char_type a) { assign() function
|
/llvm-project/offload/test/offloading/fortran/ |
H A D | dtype-array-constant-index-map.f90 | 26 subroutine assign( global() subroutine
|
/llvm-project/clang/test/PCH/ |
H A D | chain-class-extension.m | 29 @property (assign) id prop; category
|
H A D | objc_exprs.h | 23 @property (assign) id prop; in property() argument
|
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/ |
H A D | iter_iter_iter.infinite_recursion.pass.cpp | 36 static void assign(char_type& r, char_type const& a) TEST_NOEXCEPT { r = a; } in assign() function 38 static char_type* assign(char_type* p, std::size_t count, char_type a) { in assign() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | misplaced-widening-cast-implicit-enabled.cpp | 5 void assign(int a, int b) { in assign() function 80 void assign(T a, T b) { in assign() function
|
/llvm-project/libcxx/test/std/strings/basic.string/string.capacity/ |
H A D | shrink_to_fit.explicit_instantiation.sh.cpp | 34 static void assign(char_type&, const char_type&) {} in assign() function 42 static char_type* assign(char_type*, std::size_t, char_type) { return nullptr; } in assign() function
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallString.h | 51 void assign(StringRef RHS) { in assign() function 56 void assign(std::initializer_list<StringRef> Refs) { in assign() function
|
/llvm-project/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/ |
H A D | assign.pass.cpp | 41 auto assign = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x = new_val; }; test_impl() local
|
/llvm-project/clang/test/SemaObjC/ |
H A D | ContClassPropertyLookup.m | 14 @property (assign) int foo; category
|
/llvm-project/libcxx/test/std/atomics/atomics.ref/ |
H A D | assign.pass.cpp | 40 auto assign = [](std::atomic_ref<T> const& y, T, T new_val) { y = new_val; }; operator ()() local
|
/llvm-project/libcxx/test/support/ |
H A D | nasty_containers.h | 51 void assign(InputIterator first, InputIterator last) { v_.assign(first, last); } in assign() function 52 void assign(size_type n, const value_type& u) { v_.assign(n, u); } in assign() function 54 void assign(std::initializer_list<value_type> il) { v_.assign(il); } in assign() function 189 void assign(Iter first, Iter last) { l_.assign(first, last); } in assign() function 190 void assign(size_type n, const value_type& t) { l_.assign(n, t); } in assign() function 192 void assign(std::initializer_list<value_type> il) { l_.assign(il); } in assign() function
|
H A D | constexpr_char_traits.h | 55 static TEST_CONSTEXPR_CXX14 void assign(char_type& c1, const char_type& c2) TEST_NOEXCEPT in assign() function 157 constexpr_char_traits<CharT>::assign(char_type* s, std::size_t n, char_type a) in assign() function
|
H A D | nasty_string.h | 71 static constexpr void assign(char_type& c1, const char_type& c2) noexcept { c1 = c2; } in assign() function 147 constexpr nasty_char* nasty_char_traits::assign(nasty_char* s, std::size_t n, nasty_char a) { in assign() function
|
/llvm-project/clang/test/Index/ |
H A D | properties-class-extensions.m | 38 @property (assign, readwrite) id qux; category
|
H A D | index-decls.m | 7 @property (assign,readwrite) id prop; category
|
/llvm-project/lld/ELF/ |
H A D | LinkerScript.cpp | 272 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { getSymbolAssignmentValues() local 279 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) getSymbolAssignmentValues() local 345 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { declareSymbols() local 358 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) declareSymbols() local 745 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) processSymbolAssignments() local 749 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) processSymbolAssignments() local 1105 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { assignOffsets() local 1175 if (auto assign = dyn_cast<SymbolAssignment>(cmd)) isDiscardable() local 1412 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { assignAddresses() local [all...] |
H A D | MapFile.cpp | 162 if (auto *assign = dyn_cast<SymbolAssignment>(cmd)) { writeMapFile() local 200 if (auto *assign = dyn_cast<SymbolAssignment>(subCmd)) { writeMapFile() local [all...] |
/llvm-project/libcxx/include/__system_error/ |
H A D | error_code.h | 58 _LIBCPP_HIDE_FROM_ABI void assign(int __val, const error_category& __cat) _NOEXCEPT { assign() function
|
/llvm-project/llvm/test/tools/llvm-cov/gcov/Inputs/ |
H A D | test.cpp | 28 void assign(int ii, int jj) { in assign() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/ |
H A D | property-declaration.m | 53 @property(assign, nonatomic) int abc_inClassExtension; category
|