/external/clang/test/Analysis/inlining/ |
D | false-positive-suppression.c | 30 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/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/ |
D | OpenTypeTypes.h | 87 const T* casted = reinterpret_cast<const T*>(position); in validatePtr() local 88 if (!isValidEnd(buffer, &casted[1])) in validatePtr() 90 return casted; in validatePtr()
|
/external/chromium_org/sandbox/win/src/ |
D | resolver_32.cc | 84 const void** casted = const_cast<const void**>(address); in ResolveTarget() local 85 return ResolverThunk::ResolveInterceptor(module, function_name, casted); in ResolveTarget()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 235 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 237 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos() 248 scaled = casted; in lp_build_unpack_arith_rgba_aos() 271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local 333 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos() 335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 154 LLVMValueRef shifted, casted, scaled, masked; in lp_build_unpack_arith_rgba_aos() local 235 …casted = LLVMBuildSIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 237 …casted = LLVMBuildUIToFP(builder, masked, LLVMVectorType(LLVMFloatTypeInContext(gallivm->context),… in lp_build_unpack_arith_rgba_aos() 246 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos() 248 scaled = casted; in lp_build_unpack_arith_rgba_aos() 271 LLVMValueRef shifted, casted, scaled, unswizzled; in lp_build_pack_rgba_aos() local 333 …casted = LLVMBuildFPToSI(builder, scaled, LLVMVectorType(LLVMInt32TypeInContext(gallivm->context),… in lp_build_pack_rgba_aos() 335 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2004-11-27-SetCCForCastLargerAndConstant.ll | 10 ; constant value and the range of the casted value.
|
/external/clang/docs/ |
D | LibASTMatchers.rst | 98 Those match all nodes of type *Base* if they can be dynamically casted to
|
D | AutomaticReferenceCounting.rst | 1279 parenthesized or casted) or ``super`` is called a :arc-term:`delegate init
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 513 // Test invalidation logic where an integer is casted to an array with a 572 // symbolic value stored in 'x' wouldn't be implicitly casted to a signed value
|
D | misc-ps-region-store.m | 231 // array values and that we handle symbolic values that are casted 290 // This test case illustrates how a typeless array of bytes casted to a
|
/external/chromium_org/v8/src/ |
D | heap.cc | 515 AllocationSite* casted = AllocationSite::cast(cur); in GarbageCollectionEpilogue() local 516 allocation_mementos_found += casted->memento_found_count()->value(); in GarbageCollectionEpilogue() 517 if (casted->DigestPretenuringFeedback()) { in GarbageCollectionEpilogue() 518 if (casted->GetPretenureMode() == TENURED) { in GarbageCollectionEpilogue() 524 cur = casted->weak_next(); in GarbageCollectionEpilogue()
|
/external/llvm/test/CodeGen/X86/ |
D | stack-protector.ll | 2466 ; test21a: Addr-of a casted pointer 2497 ; test21b: Addr-of a casted pointer 2528 ; test21c: Addr-of a casted pointer 2559 ; test21d: Addr-of a casted pointer
|
/external/llvm/docs/ |
D | GetElementPtr.rst | 513 emit a GEP with the base pointer casted to a simple address-unit pointer, using
|
/external/strace/ |
D | ChangeLog-CVS | 4976 + pointer was casted to an int in stream.c
|
/external/grub/ |
D | ChangeLog | 8757 pointers, then casted to a pointer type), but things look better.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | fts1porter.test | 3147 casted cast
|
/external/bison/ |
D | ChangeLog-2012 | 16133 size_t; the old version tried to do this but casted improperly.
|