Home
last modified time | relevance | path

Searched defs:type1 (Results 1 – 25 of 104) sorted by relevance

12345

/external/llvm-project/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() argument
12 typedef type1 T; argument
/external/clang/test/SemaCXX/
Dconstexpr-many-arguments.cpp4 struct type1 struct
6 constexpr type1(int a0) : my_data{a0} {} in type1() function
12 typedef type1 T; argument
/external/freetype/src/type1/
Dt1gload.c48 T1_Font type1 = &face->type1; in T1_Parse_Glyph_And_Get_Char_String() local
218 T1_Font type1 = &face->type1; in T1_Compute_Max_Advance() local
284 T1_Font type1 = &face->type1; in T1_Get_Advances() local
359 T1_Font type1 = &face->type1; in T1_Load_Glyph() local
Dt1objs.c203 T1_Font type1; in T1_Face_Done() local
316 T1_Font type1 = &face->type1; in T1_Face_Init() local
/external/deqp/modules/gles2/scripts/
Dgen-invalid-implicit-conversions.py74 def __init__(self, operation, type0, type1): argument
85 def createCase(operation, type0, type1): argument
/external/llvm-project/flang/test/Semantics/
Dresolve43.f909 type :: type1(j) type
43 type :: type1(k) type
Dstructconst01.f9011 type :: type1(j) type
/external/llvm-project/flang/lib/Semantics/
Dcheck-allocate.cpp251 const DeclTypeSpec &type1, const DerivedTypeSpec &derivedType2) { in IsTypeCompatible()
268 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in IsTypeCompatible()
287 const DeclTypeSpec &type1, const evaluate::DynamicType &type2) { in IsTypeCompatible()
310 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveSameAssumedTypeParameters()
376 const DeclTypeSpec &type1, const evaluate::DynamicType &type2) { in HaveCompatibleKindParameters()
393 const DeclTypeSpec &type1, const DeclTypeSpec &type2) { in HaveCompatibleKindParameters()
/external/deqp/modules/gles3/scripts/
Dgen-invalid-implicit-conversions.py78 def __init__(self, operation, type0, type1): argument
90 def createCase(operation, type0, type1): argument
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
DLambdaResolutionTest.java75 ResolvedType type1 = javaParserFacade.getType(e1); in lambdaMap() local
90 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaReduce() local
103 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaPrint() local
116 ResolvedType type1 = javaParserFacade.getType(expr); in lambdaBifunc() local
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp86 struct type1 { struct
87 wrap<typename T::base> base;
97 typedef type1<types> type1; typedef
/external/clang/test/SemaTemplate/
Dinstantiate-exception-spec-cxx11.cpp90 struct type1 { struct
91 wrap<typename T::base> base;
101 typedef type1<types> type1; typedef
/external/freetype/src/type42/
Dt42objs.c36 T1_Font type1 = &face->type1; in T42_Open_Face() local
174 T1_Font type1 = &face->type1; in T42_Face_Init() local
408 T1_Font type1; in T42_Face_Done() local
Dt42types.h35 T1_FontRec type1; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconfig.hpp56 # define ASIO_MOVE_CAST2(type1, type2) static_cast<type1, type2&&> argument
75 # define ASIO_MOVE_CAST2(type1, type2) static_cast<const type1, type2&> argument
/external/google-breakpad/src/third_party/lss/
Dlinux_syscall_support.h1978 #define _syscall1(type,name,type1,arg1) \ argument
1985 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
1992 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2000 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
2008 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2026 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
2303 #define _syscall1(type,name,type1,arg1) \ argument
2308 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument
2313 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument
2319 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument
[all …]
/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_arg_multi_setup.cpp207 int type1, type2, type3; in test_kernel_arg_multi_setup_exhaustive() local
249 int type1, type2, type3; in test_kernel_arg_multi_setup_random() local
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java102 String type1, String type2) { in superclassTest()
111 public void superclassTest(String commonSuperclass, String type1, String type2) { in superclassTest()
/external/javassist/src/main/javassist/compiler/
DTypeChecker.java311 int type1 = exprType; in atCondExpr() local
356 int type1 = exprType; in atBinExpr() local
396 int type1 = exprType; in atPlusExpr() local
519 private void computeBinExprType(BinExpr expr, int token, int type1) in computeBinExprType()
540 int type1 = exprType; in booleanExpr() local
560 private void insertCast(BinExpr expr, int type1, int type2) in insertCast()
DCodeGen.java1022 int type1 = exprType; in atBinExpr() local
1054 int index, int type1) throws CompileError in atArithBinExpr()
1084 private void atStringConcatExpr(Expr expr, int type1, int dim1, in atStringConcatExpr()
1158 int type1 = compileOprands(bexpr); in booleanExpr() local
1230 int type1 = exprType; in compileOprands() local
1264 int token, int type1, BinExpr expr) in compareExpr()
1351 static boolean rightIsStrong(int type1, int type2) { in rightIsStrong()
1367 private void convertOprandTypes(int type1, int type2, Expr expr) in convertOprandTypes()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DMemberKey.java70 Class<?> type1 = otherArgs[i]; in equals() local
DAnnotationCollector.java131 Class<?> type1, Annotation value1, in NCollector()
262 public TwoAnnotations(Class<?> type1, Annotation value1, in TwoAnnotations()
/external/fmtlib/test/fuzzing/
Dtwo-args.cc92 const auto type1 = data[0] & 0x0F; in LLVMFuzzerTestOneInput() local
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass()
/external/javassist/src/main/javassist/compiler/ast/
DIntConst.java59 int type1 = this.type; in compute0() local

12345