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

  /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/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeTypes.h 91 const T* casted = reinterpret_cast<const T*>(position); local
92 if (!isValidEnd(buffer, &casted[1]))
94 return casted;
  /external/chromium_org/sandbox/win/src/
resolver_32.cc 84 const void** casted = const_cast<const void**>(address); local
85 return ResolverThunk::ResolveInterceptor(module, function_name, casted);
  /external/chromium_org/third_party/mesa/src/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/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), "");

Completed in 445 milliseconds