Home
last modified time | relevance | path

Searched refs:casted (Results 1 – 25 of 47) sorted by relevance

12

/external/clang/test/Analysis/inlining/
Dfalse-positive-suppression.c30 int *casted = dynCastToInt(p); in testDynCast() local
31 *casted = 1; in testDynCast()
38 int *casted = dynCastOrNull(p); in testDynCastOrNull() local
39 *casted = 1; in testDynCastOrNull()
47 int *casted; in testBranch() local
52 casted = dynCastToInt(p); in testBranch()
56 casted = (int *)p; in testBranch()
59 *casted = 1; // expected-warning {{Dereference of null pointer}} in testBranch()
63 int *casted; in testBranchReversed() local
70 casted = (int *)p; in testBranchReversed()
[all …]
/external/llvm/test/Transforms/CodeGenPrepare/X86/
Dsink-addrmode.ll13 %casted = bitcast i64* %addr to i32*
17 %v = load i32, i32* %casted, align 4
31 %casted = bitcast i64* %addr to i32*
37 %v1 = load i32, i32* %casted, align 4
45 %v2 = load i32, i32* %casted, align 4
59 %casted = bitcast i64* %addr to i32*
65 %v1 = load i32, i32* %casted, align 4
68 %v2 = load i32, i32* %casted, align 4
82 %casted = bitcast i64* %addr to i32*
88 %v1 = load i32, i32* %casted, align 4
[all …]
Dsink-addrspacecast.ll12 %casted = addrspacecast i64* %addr to i32 addrspace(1)*
16 %v = load i32, i32 addrspace(1)* %casted, align 4
27 %casted = addrspacecast i64* %base to i32 addrspace(1)*
28 %addr = getelementptr inbounds i32, i32 addrspace(1)* %casted, i64 5
/external/valgrind/drd/tests/
Dstd_list.cpp61 Test *casted = reinterpret_cast<Test*>(instance); in func1() local
62 casted->setUp(); in func1()
63 casted->func1(); in func1()
64 casted->tearDown(); in func1()
70 Test *casted = reinterpret_cast<Test*>(instance); in func2() local
71 casted->setUp(); in func2()
72 casted->func2(); in func2()
73 casted->tearDown(); in func2()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
DPositionUtils.java109 MethodDeclaration casted = (MethodDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
110 return casted.getType(); in beginNodeWithoutConsideringAnnotations()
112 FieldDeclaration casted = (FieldDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
113 return casted.getType(); in beginNodeWithoutConsideringAnnotations()
115 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
116 return casted.getNameExpr(); in beginNodeWithoutConsideringAnnotations()
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/
Dcom_github_javaparser_PositionUtils.txt38 …Line 109) MethodDeclaration casted = (MethodDeclaration) node ==> com.github.javaparser.ast.body.M…
40 Line 110) casted.getType() ==> com.github.javaparser.ast.type.Type
42 …Line 112) FieldDeclaration casted = (FieldDeclaration) node ==> com.github.javaparser.ast.body.Fie…
44 Line 113) casted.getType() ==> com.github.javaparser.ast.type.Type
46 …Line 115) ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node ==> com.github.j…
48 Line 116) casted.getNameExpr() ==> com.github.javaparser.ast.expr.NameExpr
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/
DPositionUtils.java104 NodeWithElementType<?> casted = (NodeWithElementType<?>) node; in beginNodeWithoutConsideringAnnotations() local
105 return casted.getElementType(); in beginNodeWithoutConsideringAnnotations()
107 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
108 return casted.getNameExpr(); in beginNodeWithoutConsideringAnnotations()
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Drematerialize-derived-pointers.ll18 ; CHECK: getelementptr i32, i32 addrspace(1)* %base.relocated.casted, i32 15
31 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
32 ; CHECK: getelementptr i32, i32 addrspace(1)* %base.relocated.casted, i32 %idx
45 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
46 ; CHECK: bitcast i32 addrspace(1)* %base.relocated.casted to i64 addrspace(1)*
62 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
63 ; CHECK: bitcast i32 addrspace(1)* %base.relocated.casted to i64 addrspace(1)*
80 ; CHECK: %ptr2.relocated.casted = bitcast i8 addrspace(1)* %ptr2.relocated to i32 addrspace(1)*
82 ; CHECK: %base.relocated.casted = bitcast i8 addrspace(1)* %base.relocated to i32 addrspace(1)*
230 ; CHECK: phi i32 addrspace(1)* [ %base, %entry ], [ %base.relocated.casted, %loop ]
Drelocation.ll18 ; CHECK: %phi1 = phi i64 addrspace(1)* [ %obj.relocated.casted, %entry ], [ %obj3, %joint2 ]
27 ; CHECK: %phi2 = phi i64 addrspace(1)* [ %obj.relocated.casted, %use ], [ %obj2.relocated.casted, %…
28 ; CHECK: %obj3 = getelementptr i64, i64 addrspace(1)* %obj2.relocated.casted, i32 1
49 ; CHECK-DAG: [ %obj_init.relocated.casted, %loop.backedge ]
51 ; CHECK-DAG: [ %obj.relocated.casted, %loop.backedge ]
263 ; CHECK: phi i64 addrspace(1)* [ %obj.relocated.casted, %callbb ], [ %obj, %entry ]
266 ; CHECK-DAG: [ %obj2.relocated.casted, %callbb ]
Dbase-pointers-11.ll15 ; CHECK-DAG: [ %base_obj.relocated.casted, %loop ]
19 ; CHECK-DAG: [ %next.relocated.casted, %loop ]
Dliveness-basics.ll33 …ECK-NEXT: %.0 = phi i64 addrspace(1)* [ %obj.relocated.casted, %taken ], [ %obj.relocated2.casted,…
54 ; CHECK-NEXT: ret i64 addrspace(1)* %obj.relocated.casted
114 ; CHECK-NEXT: ret i64 addrspace(1)* %derived.relocated2.casted
Dpreprocess.ll18 ; CHECK-NEXT: @consume(i64 addrspace(1)* %obj.relocated.casted)
19 ; CHECK-NEXT: @consume(i64 addrspace(1)* %obj.relocated.casted)
Dbasic.ll39 ; CHECK: %arg.relocated.casted = bitcast i8 addrspace(1)* %arg.relocated to i32 addrspace(1)*
42 ; CHECK: store i32 [[RESULT_F2]], i32 addrspace(1)* %arg.relocated.casted
Dgc-relocate-creation.ll17 ; CHECK-NEXT: %obj.relocated.casted = bitcast i8 addrspace(1)* %obj.relocated to <2 x i32 addrspac…
Dbase-pointers.ll13 ; CHECK-DAG: [ %obj.relocated.casted, %loop ]
82 ; CHECK-DAG: [ [[DISCARD:%.*.base.relocated.casted]], %loop ]
Dlive-vector-nosplit.ll82 ; CHECK-NEXT: ret <2 x i64 addrspace(1)*> %vec.relocated.casted
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DPositionUtils.java120 NodeWithType<?, Type> casted = (NodeWithType<?, Type>) node; in beginNodeWithoutConsideringAnnotations() local
121 return casted.getType(); in beginNodeWithoutConsideringAnnotations()
123 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node; in beginNodeWithoutConsideringAnnotations() local
124 return casted.getName(); in beginNodeWithoutConsideringAnnotations()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local
334casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
336casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos()
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
349 scaled = casted; in lp_build_unpack_arith_rgba_aos()
372 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local
431casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos()
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
/external/guava/guava-tests/benchmark/com/google/common/collect/
DConcurrentHashMultisetBenchmark.java301 E casted = (E) element;
303 if (countMap.replace(casted, current, current - occurrences)) {
358 E casted = (E) element;
359 if (countMap.replace(casted, current, current - occurrences)) {
/external/llvm/test/Transforms/GlobalOpt/
Dglobal-demotion.ll41 ; The global is casted away to a larger type then loaded. The store only partially
55 ; The global is casted away to a smaller type then loaded. This one is fine.
/external/llvm/test/CodeGen/X86/
Dstatepoint-vector.ll72 %obj.relocated.casted = bitcast <2 x i8 addrspace(1)*> %obj.relocated to <2 x i64 addrspace(1)*>
74 …%obj.base.relocated.casted = bitcast <2 x i8 addrspace(1)*> %obj.base.relocated to <2 x i64 addrsp…
75 ret <2 x i64 addrspace(1)*> %obj.relocated.casted
Dstatepoint-stack-usage.ll74 %c1.casted = bitcast i32 addrspace(1)* %c1 to i8 addrspace(1)*
78 …, i32 0, i32 5, i32 0, i32 -1, i32 0, i32 0, i32 0, i8 addrspace(1)* %c1.casted, i32 addrspace(1)*…
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/
Dcom_github_javaparser_utils_PositionUtils.txt28 …Line 105) casted.getElementType() ==> com.github.javaparser.ast.nodeTypes.NodeWithElementType.getE…
29 Line 108) casted.getNameExpr() ==> com.github.javaparser.ast.body.TypeDeclaration.getNameExpr()
/external/llvm/test/Transforms/SafeStack/
Descape-casted-pointer.ll6 ; Addr-of a casted pointer
/external/deqp/doc/testspecs/GLES3/
Dfunctional.shaders.int_op.txt69 from the operation are casted back to floating-point values and scaled to range

12