/llvm-project/clang/test/SemaObjCXX/ |
H A D | property-placement-new.mm | 5 int position; field 7 @property(nonatomic) int position; property
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | property-placement-new.mm | 7 int position; field 9 @property(nonatomic) int position; property
|
H A D | encode.mm | 18 vector3f position; field 21 @property (assign, nonatomic) vector3f position; property 28 vector3f position; field 30 @property vector3f position; property
|
H A D | property-dot-copy.mm | 14 Vector3D position; field 17 @property (assign) Vector3D position; property
|
H A D | ivar-objects.mm | 82 S position; field 84 @property(assign, nonatomic) S position; property
|
H A D | property-objects.mm | 15 S position; field 19 @property(assign, nonatomic) S position; property
|
/llvm-project/clang/test/PCH/ |
H A D | objcxx-ivar-class.h | 9 S position; variable
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | compound-literal-property-access.m | 6 @property (nonatomic, assign) vector_float2 position; property
|
/llvm-project/clang/include/clang/AST/ |
H A D | FormatString.h | 41 void setPosition(const char *position) { in setPosition() 60 const char *position; variable 554 void setHasThousandsGrouping(const char *position) { in setHasThousandsGrouping() 557 void setIsLeftJustified(const char *position) { in setIsLeftJustified() 560 void setHasPlusPrefix(const char *position) { in setHasPlusPrefix() 563 void setHasSpacePrefix(const char *position) { in setHasSpacePrefix() 566 void setHasAlternativeForm(const char *position) { in setHasAlternativeForm() 569 void setHasLeadingZeros(const char *position) { in setHasLeadingZeros() 572 void setHasObjCTechnicalTerm(const char *position) { in setHasObjCTechnicalTerm() 575 void setIsPrivate(const char *position) { IsPrivate.setPosition(position); } in setIsPrivate() [all …]
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | not-null-terminated-result-in-initialization-strlen.c | 6 void path_sensitive_unknown_length(char *position, const char *src) { in path_sensitive_unknown_length() 12 void bad_memchr(char *position, const char *src) { in bad_memchr()
|
H A D | not-null-terminated-result-wcslen.cpp | 14 void bad_wmemchr_1(wchar_t *position, const wchar_t *src) { in bad_wmemchr_1() 24 void bad_wmemchr_2(wchar_t *position) { in bad_wmemchr_2()
|
H A D | not-null-terminated-result-strlen.c | 14 void bad_memchr_1(char *position, const char *src) { in bad_memchr_1() 24 void bad_memchr_2(char *position) { in bad_memchr_2()
|
/llvm-project/mlir/lib/CAPI/IR/ |
H A D | AffineExpr.cpp | 55 intptr_t position) { in mlirAffineExprIsFunctionOfDim() 72 MlirAffineExpr mlirAffineDimExprGet(MlirContext ctx, intptr_t position) { in mlirAffineDimExprGet() 88 MlirAffineExpr mlirAffineSymbolExprGet(MlirContext ctx, intptr_t position) { in mlirAffineSymbolExprGet()
|
/llvm-project/clang/test/CodeGen/ |
H A D | ext-vector-member-alignment.c | 6 float4 position; member
|
/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) { in getRelativeOffsetToPosition() argument 155 size_t position) { in getAddrOfPosition() argument 207 auto position in addPlaceholderWithSize() local [all...] |
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | LinalgMatchOps.cpp | 174 if (std::optional<uint64_t> position = getReductionPosition()) { in matchOperation() local 446 for (int64_t position : positions) { in matchOperation() local 537 for (int64_t position : positions) { in matchOperation() local 647 int64_t position; matchOperation() local 681 getPositionFor(linalg::LinalgOp op,int64_t & position) getPositionFor() argument [all...] |
/llvm-project/mlir/include/mlir/IR/ |
H A D | AffineMap.h | 220 /// Return true if any affine expression involves AffineDimExpr `position`. in isFunctionOfSymbol() argument 213 isFunctionOfDim(unsigned position) isFunctionOfDim() argument
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | BubbleUpExtractSlice.cpp | 110 unsigned position = cast<AffineDimExpr>(result.value()).getPosition(); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/LLVMIR/Transforms/ |
H A D | LegalizeForExport.cpp | 57 for (int position : llvm::drop_begin(successor.second, 1)) { in ensureDistinctSuccessors() local
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaFolders.cpp | 291 llvm::SmallVector<int64_t> position(tensorShape.size(), 0); in getPositionFromIndex() local 302 int64_t getIndexFromPosition(llvm::ArrayRef<int64_t> position, in getIndexFromPosition() 322 llvm::SmallVector<int64_t> position = in calculateReducedValue() local
|
/llvm-project/clang/utils/ |
H A D | FuzzTest | 33 def position_to_source_index(self, position): argument
|
/llvm-project/mlir/lib/IR/ |
H A D | AffineExprDetail.h | 74 unsigned position; member
|
/llvm-project/flang/runtime/ |
H A D | external-unit.cpp | 109 OpenUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,OwningPtr<char> && newPath,std::size_t newPathLength,Convert convert,IoErrorHandler & handler) OpenUnit() argument 195 OpenAnonymousUnit(Fortran::common::optional<OpenStatus> status,Fortran::common::optional<Action> action,Position position,Convert convert,IoErrorHandler & handler) OpenAnonymousUnit() argument
|
/llvm-project/libc/test/src/__support/HashTable/ |
H A D | group_test.cpp | 49 for (size_t position : bitmask) { TEST() local
|
/llvm-project/mlir/lib/Conversion/VectorToArmSME/ |
H A D | VectorToArmSME.cpp | 523 auto position = extractOp.getMixedPosition(); in matchAndRewrite() local 581 auto position = insertOp.getMixedPosition(); matchAndRewrite() local 786 auto position = matchAndRewrite() local [all...] |