Home
last modified time | relevance | path

Searched refs:referenceType (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp72 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
H A DLoopUnrolling.cpp114 allOf(hasType(referenceType()), in assignedToRef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp105 referenceType(pointee(unless(isConstQualified())))); in __anon78d823ce0402()
447 hasUnqualifiedDesugaredType(referenceType(pointee(arrayType()))))))); in findRangeLoopMutation()
475 hasSingleDecl(varDecl(hasType(hasUnqualifiedDesugaredType(referenceType( in findRangeLoopMutation()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-sermersheim-ldap-distproc-xx.txt282 referenceType [3] ReferenceType,
426 3.1.3 ContinuationReference.referenceType
432 will exclude the ContinuationReference.referenceType).
535 referenceType [1] ReferenceType,
604 3.2.1.2 ChainedRequestValue.chainingArguments.referenceType
1222 referenceType is populated with a value reflecting the reference type
1405 4.4.1.2 ChainedRequestValue.chainingArguments.referenceType
1409 ContinuationReference.referralURI.referenceType.
1515 would be sent when the ContinuationReference.referenceType is
1850 4.9.2.3 ContinuationReference.referenceType
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp512 REGISTER_MATCHER(referenceType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1036 const AstTypeMatcher<ReferenceType> referenceType; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6701 extern const AstTypeMatcher<ReferenceType> referenceType;