HomeSort by relevance Sort by last modified time
    Searched defs:casted (Results 1 - 5 of 5) 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
102 int *casted = dynCastOrNull(0); local
111 int *casted = dynCastToInt(0); local
127 int *casted = lookUpInt(0); local
136 int *casted = dynCastOrNull(getNull()); local
147 int *casted = dynCastOrNull(ptr); local
182 int *casted = getNull(); local
202 int *casted = getNullIfNonNull(input); local
218 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), "");
  /external/v8/src/heap/
heap.cc 1667 AllocationSite* casted = AllocationSite::cast(cur); local
    [all...]
  /external/vogar/lib/
guava.jar 

Completed in 228 milliseconds