/external/llvm-project/clang/test/CodeGenObjC/ |
D | fragile-arc.m | 33 // CHECK: [[X:%.*]] = alloca [[OPAQUE:%.*]]*, align 4 37 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 38 // CHECK-NEXT: [[T0:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[IVAR]] 39 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[T0]] to i8* 41 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[OPAQUE]]* 42 // CHECK-NEXT: store [[OPAQUE]]* [[T3]], [[OPAQUE]]** [[X]] 44 // CHECK-NEXT: [[VALUE:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[X]] 48 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 49 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8** 50 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[VALUE]] to i8* [all …]
|
/external/clang/test/CodeGenObjC/ |
D | fragile-arc.m | 33 // CHECK: [[X:%.*]] = alloca [[OPAQUE:%.*]]*, align 4 37 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 38 // CHECK-NEXT: [[T0:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[IVAR]] 39 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[T0]] to i8* 41 // CHECK-NEXT: [[T3:%.*]] = bitcast i8* [[T2]] to [[OPAQUE]]* 42 // CHECK-NEXT: store [[OPAQUE]]* [[T3]], [[OPAQUE]]** [[X]] 44 // CHECK-NEXT: [[VALUE:%.*]] = load [[OPAQUE]]*, [[OPAQUE]]** [[X]] 48 // CHECK-NEXT: [[IVAR:%.*]] = bitcast i8* [[T1]] to [[OPAQUE]]** 49 // CHECK-NEXT: [[T0:%.*]] = bitcast [[OPAQUE]]** [[IVAR]] to i8** 50 // CHECK-NEXT: [[T1:%.*]] = bitcast [[OPAQUE]]* [[VALUE]] to i8* [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Challenge.java | 50 private static String OPAQUE = ParameterNames.OPAQUE; field in Challenge 125 return (String) authParams.getValue(OPAQUE); in getOpaque()
|
D | AuthenticationHeader.java | 56 public static final String OPAQUE = ParameterNames.OPAQUE; field in AuthenticationHeader 115 || name.equalsIgnoreCase(ParameterNames.OPAQUE) in setParameter() 352 setParameter(ParameterNames.OPAQUE, opaque); in setOpaque() 363 return getParameter(ParameterNames.OPAQUE); in getOpaque()
|
D | Credentials.java | 47 private static String OPAQUE = ParameterNames.OPAQUE; field in Credentials
|
D | ParameterNames.java | 58 public static final String OPAQUE = "opaque"; field
|
D | AuthenticationInfo.java | 218 || name.equalsIgnoreCase(ParameterNames.OPAQUE) in setParameter()
|
/external/llvm-project/clang/test/CodeGen/ |
D | debug-info.c | 10 struct OPAQUE; // CHECK-DAG: DW_TAG_structure_type, name: "OPAQUE" 11 typedef struct OPAQUE *PTR;
|
/external/clang/test/CodeGen/ |
D | debug-info.c | 10 struct OPAQUE; // CHECK-DAG: DW_TAG_structure_type, name: "OPAQUE" 11 typedef struct OPAQUE *PTR;
|
/external/setupdesign/main/src/com/google/android/setupdesign/widget/ |
D | CardBackgroundDrawable.java | 68 return PixelFormat.OPAQUE; in getOpacity()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | GlideBitmapDrawable.java | 123 ? PixelFormat.TRANSLUCENT : PixelFormat.OPAQUE; in getOpacity()
|
/external/tcpdump/ |
D | print-snmp.c | 76 #undef OPAQUE /* defined in <wingdi.h> */ 117 #define OPAQUE 4 macro
|
/external/llvm-project/clang/test/Index/Core/ |
D | index-source.m | 369 #define OPAQUE(_name) struct _name *_name; struct _name macro 380 typedef OPAQUE(Separate) {
|
/external/llvm/tools/llvm-bcanalyzer/ |
D | llvm-bcanalyzer.cpp | 208 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
|
/external/llvm-project/llvm/docs/ |
D | BitCodeFormat.rst | 1155 ``[OPAQUE]`` 1157 The ``OPAQUE`` record (code 6) adds an ``opaque`` type to the type table, with 1286 representing the bytes of a struct name. The next ``OPAQUE`` or
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 176 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
|
/external/llvm-project/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 177 STRINGIFY_CODE(TYPE_CODE, OPAQUE) in GetCodeName()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 984 ``[OPAQUE]`` 986 The ``OPAQUE`` record (code 6) adds an ``opaque`` type to the type table. Note
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 77 // (OPAQUE would be a better name for this identifier, but that conflicts with
|