| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| 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 | 15 Vector3D position; field 18 @property (assign) Vector3D position; property
|
| H A D | ivar-objects.mm | 83 S position; field 85 @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-15.0.7/clang/test/PCH/ |
| H A D | objcxx-ivar-class.h | 9 S position; variable
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | FormatString.h | 40 void setPosition(const char *position) { in setPosition() 59 const char *position; variable 530 void setHasThousandsGrouping(const char *position) { in setHasThousandsGrouping() 533 void setIsLeftJustified(const char *position) { in setIsLeftJustified() 536 void setHasPlusPrefix(const char *position) { in setHasPlusPrefix() 539 void setHasSpacePrefix(const char *position) { in setHasSpacePrefix() 542 void setHasAlternativeForm(const char *position) { in setHasAlternativeForm() 545 void setHasLeadingZeros(const char *position) { in setHasLeadingZeros() 548 void setHasObjCTechnicalTerm(const char *position) { in setHasObjCTechnicalTerm() 553 void setIsSensitive(const char *position) { in setIsSensitive() [all …]
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | compound-literal-property-access.m | 7 @property (nonatomic, assign) vector_float2 position; property
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/ |
| H A D | ext-vector-member-alignment.c | 6 float4 position; member
|
| /llvm-project-15.0.7/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-15.0.7/clang/lib/CodeGen/ |
| H A D | ConstantInitBuilder.cpp | 136 llvm::IntegerType *offsetType, llvm::Constant *target, size_t position) { in getRelativeOffsetToPosition() 155 size_t position) { in getAddrOfPosition() 207 auto position = addPlaceholder(); in addPlaceholderWithSize() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | VectorPattern.cpp | 76 auto position = builder.getI64ArrayAttr(coords); in nDVectorIterate() local 100 nDVectorIterate(resultTypeInfo, rewriter, [&](ArrayAttr position) { in handleMultidimensionalVectors()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | AffineMap.h | 174 bool isFunctionOfDim(unsigned position) const { in isFunctionOfDim() 181 bool isFunctionOfSymbol(unsigned position) const { in isFunctionOfSymbol()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/Transforms/ |
| H A D | LegalizeForExport.cpp | 48 for (int position : llvm::drop_begin(successor.second, 1)) { in ensureDistinctSuccessors() local
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/ |
| H A D | BubbleUpExtractSlice.cpp | 115 unsigned position = result.value().cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | FuzzTest | 33 def position_to_source_index(self, position): argument
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | AffineExprDetail.h | 74 unsigned position; member
|
| /llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | CPlusPlusNameParser.h | 91 Bookmark(size_t &position) in Bookmark()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | parsing.cpp | 153 std::optional<SourcePosition> position{provenance in EmitPreprocessedSource() local
|
| /llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/ |
| H A D | PredicateTree.h | 36 Position *position; member
|
| /llvm-project-15.0.7/clang/test/CoverageMapping/ |
| H A D | classtemplate.cpp | 26 void set(TT position, double value) { // CHECK-SETTER: File 0, [[@LINE]]:39 -> [[@LINE+2]]:4 = #0 in set()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 232 llvm::Constant *target, size_t position) { in addRelativeOffsetToPosition() 296 void fillPlaceholder(PlaceholderPosition position, llvm::Constant *value) { in fillPlaceholder()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | GCMetadata.h | 118 roots_iterator removeStackRoot(roots_iterator position) { in removeStackRoot()
|