HomeSort by relevance Sort by last modified time
    Searched defs:casted (Results 1 - 7 of 7) sorted by null

  /external/valgrind/drd/tests/
std_list.cpp 61 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/clang/test/Analysis/inlining/
false-positive-suppression.c 30 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 = (int *)p
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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 154 LLVMValueRef shifted, casted, scaled, masked; local
235 casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
237 casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4), "");
240 /* At this point 'casted' may be a vector of floats such as
246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), "");
248 scaled = casted;
271 LLVMValueRef shifted, casted, scaled, unswizzled; local
333 casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4), "");
335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), "");
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseWrapContentTest.java 467 BaseWrapContentWithAspectRatioTest.WrapContentViewHolder casted = local
469 return casted.mView.mBehavior.getId();
  /external/v8/src/heap/
heap.cc 1828 AllocationSite* casted = AllocationSite::cast(cur); local
    [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/
byte-buddy-1.4.33.jar 

Completed in 311 milliseconds