/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 52 struct ReferenceType { struct 79 struct ReferenceType { struct 106 struct ReferenceType { struct 133 struct ReferenceType { struct 210 struct ReferenceType { struct 238 struct ReferenceType { struct 280 struct ReferenceType { struct
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/ |
H A D | ReferenceType.java | 33 public final class ReferenceType extends Type { class 41 public ReferenceType() { in ReferenceType() method in ReferenceType 44 public ReferenceType(final Type type) { in ReferenceType() method in ReferenceType 48 public ReferenceType(final Type type, final int arrayCount) { in ReferenceType() method in ReferenceType 53 …public ReferenceType(final int beginLine, final int beginColumn, final int endLine, final int endC… in ReferenceType() method in ReferenceType 60 public ReferenceType(int beginLine, int beginColumn, int endLine, in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | ReferenceType.java | 40 public abstract class ReferenceType extends Type { class 42 public ReferenceType() { in ReferenceType() method in ReferenceType 47 public ReferenceType(NodeList<AnnotationExpr> annotations) { in ReferenceType() method in ReferenceType 55 public ReferenceType(TokenRange tokenRange, NodeList<AnnotationExpr> annotations) { in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
H A D | indirectly_movable_storable.compile.pass.cpp | 41 struct ReferenceType { struct 77 struct ReferenceType { struct 98 struct ReferenceType { struct 140 struct ReferenceType { struct
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/ |
H A D | ReferenceType.java | 29 public abstract class ReferenceType<T extends ReferenceType> extends Type<T> { class 31 public ReferenceType() { in ReferenceType() method in ReferenceType 34 public ReferenceType(final Range range) { in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
H A D | ReferenceType.java | 29 public abstract class ReferenceType extends Type { class 31 protected ReferenceType(final byte t, final String s) { in ReferenceType() method in ReferenceType 38 ReferenceType() { in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/ |
H A D | ReferenceType.java | 13 public class ReferenceType extends SimpleType class 29 protected ReferenceType(Class<?> cls, TypeBindings bindings, in ReferenceType() method in ReferenceType 47 protected ReferenceType(TypeBase base, JavaType refType) in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
H A D | ReferenceType.java | 38 public abstract class ReferenceType implements Type, TypeParametrized, TypeParameterValueProvider { class 52 public ReferenceType(ReferenceTypeDeclaration typeDeclaration, TypeSolver typeSolver) { in ReferenceType() method in ReferenceType 56 …public ReferenceType(ReferenceTypeDeclaration typeDeclaration, List<Type> typeParameters, TypeSolv… in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Function.cpp | 1257 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local 1275 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1282 VectorType * ReferenceType = in matchIntrinsicType() local 1309 VectorType *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local 1325 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local 1352 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/ |
H A D | ReferenceType.java | 43 public final class ReferenceType { class 102 private ReferenceType() {} in ReferenceType() method in ReferenceType
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Function.cpp | 1676 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local 1694 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1702 VectorType * ReferenceType = in matchIntrinsicType() local 1728 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local 1755 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[RefArgNumber]); in matchIntrinsicType() local 1770 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local 1790 auto *ReferenceType = dyn_cast<VectorType>(ArgTys[D.getArgumentNumber()]); in matchIntrinsicType() local
|
/aosp_15_r20/external/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 63 uint64_t ReferenceType; in tryAddingSymbolicOperand() local 161 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 62 uint64_t ReferenceType; in tryAddingSymbolicOperand() local 160 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCDisassembler/ |
H A D | MCExternalSymbolizer.cpp | 58 uint64_t ReferenceType; in tryAddingSymbolicOperand() local 156 uint64_t ReferenceType = LLVMDisassembler_ReferenceType_In_PCrel_Load; in tryAddingPcLoadReferenceComment() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Function.cpp | 1023 VectorType * ReferenceType = in matchIntrinsicType() local 1036 Type * ReferenceType = ArgTys[D.getArgumentNumber()]; in matchIntrinsicType() local 1043 VectorType * ReferenceType = in matchIntrinsicType() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 987 type ReferenceType struct { struct 988 Base AST 991 func (rt *ReferenceType) print(ps *printState) { 995 func (rt *ReferenceType) printInner(ps *printState) { 999 func (rt *ReferenceType) Traverse(fn func(AST) bool) { 1005 func (rt *ReferenceType) Copy(fn func(AST) AST, skip func(AST) bool) AST { 1020 func (rt *ReferenceType) GoString() string { 1024 func (rt *ReferenceType) goString(indent int, field string) string {
|
/aosp_15_r20/external/llvm/unittests/MC/ |
H A D | Disassembler.cpp | 17 uint64_t *ReferenceType, in symbolLookupCallback()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | WithCache.h | 37 using ReferenceType = conditionally_const_t<UnderlyingType &, IsConst>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | WithCache.h | 37 using ReferenceType = conditionally_const_t<UnderlyingType &, IsConst>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | WithCache.h | 37 using ReferenceType = conditionally_const_t<UnderlyingType &, IsConst>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | WithCache.h | 37 using ReferenceType = conditionally_const_t<UnderlyingType &, IsConst>; variable
|
/aosp_15_r20/external/eigen/test/ |
H A D | nesting_ops.cpp | 27 bool verify_eval_type(const XprType &, const ReferenceType&) in verify_eval_type()
|
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/ |
H A D | LeakTraceReference.kt | 27 enum class ReferenceType { class in shark.LeakTraceReference
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 72 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64ExternalSymbolizer.cpp | 71 uint64_t ReferenceType; in tryAddingSymbolicOperand() local
|