Searched refs:casted (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.c30 int *casted = dynCastToInt(p); local
31 *casted = 1;
38 int *casted = dynCastOrNull(p); local
39 *casted = 1;
47 int *casted; local
52 casted = dynCastToInt(p);
56 casted = (int *)p;
59 *casted = 1; // expected-warning {{Dereference of null pointer}}
63 int *casted; local
70 casted
79 int *casted = 0; local
180 int *casted = dynCastOrNull(0); local
189 int *casted = dynCastToInt(0); local
205 int *casted = lookUpInt(0); local
214 int *casted = dynCastOrNull(getNull()); local
225 int *casted = dynCastOrNull(ptr); local
260 int *casted = getNull(); local
280 int *casted = getNullIfNonNull(input); local
296 int *casted = alwaysReturnNull(input); local
[all...]
/external/valgrind/drd/tests/
H A Dstd_list.cpp61 Test *casted = reinterpret_cast<Test*>(instance); local
62 casted->setUp();
63 casted->func1();
64 casted->tearDown();
70 Test *casted = reinterpret_cast<Test*>(instance); local
71 casted->setUp();
72 casted->func2();
73 casted->tearDown();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/
H A DPositionUtils.java109 MethodDeclaration casted = (MethodDeclaration) node;
110 return casted.getType();
112 FieldDeclaration casted = (FieldDeclaration) node;
113 return casted.getType();
115 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node;
116 return casted.getNameExpr();
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
H A DPositionUtils.java120 NodeWithType<?, Type> casted = (NodeWithType<?, Type>) node;
121 return casted.getType();
123 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node;
124 return casted.getName();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/utils/
H A DPositionUtils.java104 NodeWithElementType<?> casted = (NodeWithElementType<?>) node;
105 return casted.getElementType();
107 ClassOrInterfaceDeclaration casted = (ClassOrInterfaceDeclaration) node;
108 return casted.getNameExpr();
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A 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/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_aos.c226 LLVMValueRef shifted, casted, scaled, masked; local
334 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
336 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
340 * At this point 'casted' may be a vector of floats such as
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
349 scaled = casted;
372 LLVMValueRef shifted, casted, scaled, unswizzled; local
431 casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), "");
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp366 static bool intEqualsAfterUintCast (deInt32 value, deUint32 casted, glu::Precision precision) argument
368 // Bit format of 'casted' = [ uint -> highp uint promotion bits (0) ] [ sign extend bits (s) ] [ value bits ]
379 if ((reference & preciseMask) != (casted & preciseMask))
387 if ((signBits & ~preciseMask) == (casted & ~preciseMask))
/external/v8/src/heap/
H A Dheap.cc1900 AllocationSite* casted = AllocationSite::cast(cur); local
1901 if (casted->GetPretenureMode() == flag) {
1902 casted->ResetPretenureDecision();
1903 casted->set_deopt_dependent_code(true);
1905 RemoveAllocationSitePretenuringFeedback(casted);
1907 cur = casted->weak_next();
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/
H A Djavaparser-core-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/github/ com/github/javaparser/ com/github/javaparser/ast/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 492 milliseconds