Home
last modified time | relevance | path

Searched defs:identifiers (Results 1 – 9 of 9) sorted by relevance

/llvm-project/mlir/unittests/Analysis/Presburger/
H A DPresburgerSpaceTest.cpp56 int identifiers[2] = {0, 1}; in TEST() local
78 int identifiers[6] = {0, 1, 2, 3, 4, 5}; in TEST() local
114 int identifiers[2] = {0, 1}; in TEST() local
128 int identifiers[4] = {0, 1, 2, 3}; in TEST() local
152 int identifiers[4] = {0, 1}; in TEST() local
175 int identifiers[4] = {0, 1, 2, 3}; in TEST() local
197 int identifiers[7] = {0, 1, 2, 3, 4, 5, 6}; in TEST() local
H A DIntegerRelationTest.cpp175 int identifiers[6] = {0, 1, 2, 3, 4}; in TEST() local
224 int identifiers[7] = {0, 1, 2, 3, 4, 5, 6}; in TEST() local
303 int identifiers[7] = {'x', 'y', 'z', 'A', 'B', 'C', 'D'}; in TEST() local
384 int identifiers[7] = {'x', 'y', 'z', 'A', 'B', 'C', 'D'}; in TEST() local
454 int identifiers[7] = {'x', 'y', 'z', 'A', 'B', 'C', 'D'}; in TEST() local
485 int identifiers[6] = {0, 1, 2, 3, 4, 5}; in TEST() local
533 char identifiers[5] = {'x', 'y', 'z', 'N', 'M'}; in TEST() local
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DPresburgerSpace.h341 SmallVector<Identifier, 0> identifiers; global() variable
[all...]
/llvm-project/mlir/lib/Support/
H A DTiming.cpp51 llvm::StringSet<llvm::BumpPtrAllocator &> identifiers; member in mlir::detail::TimingManagerImpl
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp1017 static const char * const identifiers[num_setids] = { in checkUncheckedReturnValue() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp806 SmallVector<OpAsmParser::UnresolvedOperand, 0> identifiers; in parse() local
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1666 SmallVector<IdentifierInfo *, 4> identifiers; parseObjCTypeArgsOrProtocolQualifiers() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1428 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument
[all...]
/llvm-project/llvm/docs/
H A DLangRef.rst67 .. _identifiers: global() target in Syntax
[all...]