Home
last modified time | relevance | path

Searched defs:assign (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/clang/docs/analyzer/checkers/
H A Dcallandmessage_example.c32 @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 D2011-03-08-IVarLookup.m16 @property (assign) UInt_t f1; category
20 @property (assign) int x; category
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DScheduleOrderedAssignments.cpp363 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 Ddebug-info-template-quals.cpp7 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 Dpush_back.pass.cpp35 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 Ddtype-array-constant-index-map.f9026 subroutine assign( global() subroutine
/llvm-project/clang/test/PCH/
H A Dchain-class-extension.m29 @property (assign) id prop; category
H A Dobjc_exprs.h23 @property (assign) id prop; in property() argument
/llvm-project/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
H A Diter_iter_iter.infinite_recursion.pass.cpp36 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 Dmisplaced-widening-cast-implicit-enabled.cpp5 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 Dshrink_to_fit.explicit_instantiation.sh.cpp34 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 DSmallString.h51 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 Dassign.pass.cpp41 auto assign = [](MaybeVolatile<std::atomic<T>>& x, T, T new_val) { x = new_val; }; test_impl() local
/llvm-project/clang/test/SemaObjC/
H A DContClassPropertyLookup.m14 @property (assign) int foo; category
/llvm-project/libcxx/test/std/atomics/atomics.ref/
H A Dassign.pass.cpp40 auto assign = [](std::atomic_ref<T> const& y, T, T new_val) { y = new_val; }; operator ()() local
/llvm-project/libcxx/test/support/
H A Dnasty_containers.h51 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 Dconstexpr_char_traits.h55 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 Dnasty_string.h71 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 Dproperties-class-extensions.m38 @property (assign, readwrite) id qux; category
H A Dindex-decls.m7 @property (assign,readwrite) id prop; category
/llvm-project/lld/ELF/
H A DLinkerScript.cpp272 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 DMapFile.cpp162 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 Derror_code.h58 _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 Dtest.cpp28 void assign(int ii, int jj) { in assign() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/objc/
H A Dproperty-declaration.m53 @property(assign, nonatomic) int abc_inClassExtension; category

123