HomeSort by relevance Sort by last modified time
    Searched full:casting (Results 76 - 100 of 774) sorted by null

1 2 34 5 6 7 8 91011>>

  /system/extras/perfprofd/quipper/base/
macros.h 119 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
120 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
167 // The classical address-casting method is:
173 // The address-casting method actually produces undefined behavior
  /external/clang/lib/StaticAnalyzer/Checkers/
CastSizeChecker.cpp 10 // CastSizeChecker checks when casting a malloc'ed symbolic region to type T,
33 /// Check if we are casting to a struct with a flexible array at the end.
CastToStructChecker.cpp 63 "Casting a non-structure type to a structure type "
  /external/clang/test/SemaObjC/
deprecated-objc-introspection.m 39 expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}}
41 expected-warning{{receiver type 'struct objc_class *' is not 'id' or interface pointer, consider casting it to 'id'}}
related-result-type-inference.m 178 return (id)self; // expected-warning {{casting 'Fail *' to incompatible type 'id<X>'}}
200 return filterVC; // expected-warning {{incompatible pointer types casting 'UIViewController *' to type 'UIViewController<PMFilterManager> *'}}
  /external/llvm/include/llvm/IR/
TrackingMDRef.h 18 #include "llvm/Support/Casting.h"
141 // Expose the underlying metadata to casting.
  /hardware/intel/common/libmix/mix_audio/src/
mixacpwma.h 26 * Type casting.
42 * Type casting.
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
casts.h 41 // for upcasting in the type hierarchy (i.e. casting a pointer to Foo
42 // to a pointer to SuperclassOfFoo or casting a pointer to Foo to
  /system/bt/btif/include/
btif_common.h 52 * aligned (e.g., because of incorrect "char *" to struct pointer casting),
57 * problematic "char *" to struct pointer casting, and this macro itself should
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
swigmacros.swg 20 Casting Operations:
23 SWIG provides the following casting macros, which implement the
24 corresponding C++ casting operations:
123 * Casting operators
127 /* Disable 'modern' cplusplus casting operators */
  /external/llvm/unittests/Support/
Casting.cpp 1 //===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===//
10 #include "llvm/Support/Casting.h"
  /system/connectivity/shill/
property_accessor.h 204 bool(C::*const setter_)(const T& value, Error* error); // NOLINT - "casting"
257 bool(C::*const setter_)(const T& value, Error* error); // NOLINT - "casting"
346 bool(C::*const setter_)(const A& argument, // NOLINT - "casting"
  /bionic/libc/bionic/
pthread_once.cpp 45 // We prefer casting to atomic_int instead of declaring pthread_once_t to be atomic_int directly.
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 55 // LEXER FIELDS (must be in same state object to avoid casting
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js 54 // LEXER FIELDS (must be in same state object to avoid casting
  /external/clang/test/ARCMT/
objcmt-boxing.m 85 [NSNumber numberWithDouble:cppb]; // expected-warning {{converting to boxing syntax requires casting 'bool' to 'double'}}
objcmt-boxing.m.result 85 [NSNumber numberWithDouble:cppb]; // expected-warning {{converting to boxing syntax requires casting 'bool' to 'double'}}
  /external/clang/test/Analysis/
PR24184.cpp 88 ST *p1 = (ST *)(p); // expected-warning{{Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption}}
nullptr.cpp 27 // casting a nullptr to anything should be caught eventually
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 20 COMMON_LINT_FILTER=-build/include,-build/header_guard,-legal/copyright,-whitespace/comments,-readability/casting,\
  /external/compiler-rt/test/cfi/cross-dso/
simple-fail.cpp 27 // to an object of the wrong class but with a compatible vtable, by casting a
  /external/eigen/test/
geo_parametrizedline.cpp 45 // casting
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableBiMap.java 31 // Casting to any type is safe because the set will never hold any elements.
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 64 * @param unwrapDelegatedHdfs whether to unwrap DelegetedHdfs or not before casting.
  /external/libchrome/base/json/
string_escape.cc 87 // Casting is necessary because ICU uses int32_t. Try and do so safely.

Completed in 1292 milliseconds

1 2 34 5 6 7 8 91011>>