Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dencode.mm18 vector3f position; field
21 @property (assign, nonatomic) vector3f position; property
28 vector3f position; field
30 @property vector3f position; property
H A Dproperty-dot-copy.mm15 Vector3D position; field
18 @property (assign) Vector3D position; property
H A Divar-objects.mm83 S position; field
85 @property(assign, nonatomic) S position; property
H A Dproperty-objects.mm15 S position; field
19 @property(assign, nonatomic) S position; property
/llvm-project-15.0.7/clang/test/PCH/
H A Dobjcxx-ivar-class.h9 S position; variable
/llvm-project-15.0.7/clang/include/clang/AST/
H A DFormatString.h40 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 Dcompound-literal-property-access.m7 @property (nonatomic, assign) vector_float2 position; property
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dnot-null-terminated-result-in-initialization-strlen.c6 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 Dnot-null-terminated-result-wcslen.cpp14 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 Dnot-null-terminated-result-strlen.c14 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 Dext-vector-member-alignment.c6 float4 position; member
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DAffineExpr.cpp55 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 DConstantInitBuilder.cpp136 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 DVectorPattern.cpp76 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 DAffineMap.h174 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 DLegalizeForExport.cpp48 for (int position : llvm::drop_begin(successor.second, 1)) { in ensureDistinctSuccessors() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DBubbleUpExtractSlice.cpp115 unsigned position = result.value().cast<AffineDimExpr>().getPosition(); in matchAndRewrite() local
/llvm-project-15.0.7/clang/utils/
H A DFuzzTest33 def position_to_source_index(self, position): argument
/llvm-project-15.0.7/mlir/lib/IR/
H A DAffineExprDetail.h74 unsigned position; member
/llvm-project-15.0.7/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.h91 Bookmark(size_t &position) in Bookmark()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dparsing.cpp153 std::optional<SourcePosition> position{provenance in EmitPreprocessedSource() local
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.h36 Position *position; member
/llvm-project-15.0.7/clang/test/CoverageMapping/
H A Dclasstemplate.cpp26 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 DConstantInitBuilder.h232 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 DGCMetadata.h118 roots_iterator removeStackRoot(roots_iterator position) { in removeStackRoot()

123