HomeSort by relevance Sort by last modified time
    Searched defs:cast (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 687 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
706 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
806 // Synthesize an explicit cast to gain access to the ivar.
2555 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2635 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2979 CastExpr *cast; local
    [all...]
RewriteModernObjC.cpp 751 !cast<ObjCInterfaceDecl>(*DI)->isThisDeclarationADefinition() &&
776 !cast<ObjCProtocolDecl>(*DI)->isThisDeclarationADefinition() &&
2639 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Exp->getType(), local
2653 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, Context->ObjCBuiltinBoolTy, local
2734 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
2871 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
3044 CastExpr *cast = NoTypeInfoCStyleCastExpr(Context, local
3590 CastExpr *cast; local
    [all...]
  /external/v8/src/
objects-inl.h 73 HeapObject::cast(this)->map()->instance_type() == instancetype; \
78 type* type::cast(Object* object) { \
90 type* holder::name() { return type::cast(READ_FIELD(this, offset)); } \
99 Smi* holder::name() { return Smi::cast(READ_FIELD(this, offset)); } \
109 return Smi::cast(value)->value(); \
152 Object* cons_obj = JSObject::cast(this)->map()->constructor();
154 JSFunction* fun = JSFunction::cast(cons_obj);
159 type = FunctionTemplateInfo::cast(type)->parent_template()) {
188 && HeapObject::cast(this)->map()->instance_type() < FIRST_NONSTRING_TYPE;
194 && HeapObject::cast(this)->map()->instance_type() >= FIRST_SPEC_OBJECT_TYPE
497 Failure* Failure::cast(MaybeObject* obj) { function in class:v8::internal::Failure
1656 FixedArrayBase* FixedArrayBase::cast(Object* object) { function in class:v8::internal::FixedArrayBase
2184 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { function in class:HashTable
4119 JSDate* JSDate::cast(Object* obj) { function in class:JSDate
4135 JSMessageObject* JSMessageObject::cast(Object* obj) { function in class:JSMessageObject
    [all...]
objects.h 986 static Object* cast(Object* value) { return value; } function in class:v8::internal::Object
2981 static inline Dictionary<Shape, Key>* cast(Object* obj) { function in class:v8::internal::Dictionary
3100 static inline StringDictionary* cast(Object* obj) { function in class:v8::internal::StringDictionary
3154 static SeededNumberDictionary* cast(Object* obj) { function in class:v8::internal::SeededNumberDictionary
3202 static UnseededNumberDictionary* cast(Object* obj) { function in class:v8::internal::UnseededNumberDictionary
3238 static inline ObjectHashSet* cast(Object* obj) { function in class:v8::internal::ObjectHashSet
3258 static inline ObjectHashTable* cast(Object* obj) { function in class:v8::internal::ObjectHashTable
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 214 static H##type* cast(HValue* value) { \
222 static H##type* cast(HValue* value) { \
649 static HValue* cast(HValue* value) { return value; }
3099 static HPhi* cast(HValue* value) { function in class:v8::HPhi
    [all...]
objects-inl.h 77 HeapObject::cast(this)->map()->instance_type() == instancetype; \
82 type* type::cast(Object* object) { \
94 type* holder::name() { return type::cast(READ_FIELD(this, offset)); } \
103 Smi* holder::name() { return Smi::cast(READ_FIELD(this, offset)); } \
113 return Smi::cast(value)->value(); \
143 HeapObject::cast(this)->map() ==
144 HeapObject::cast(this)->GetHeap()->external_map();
157 Object* cons_obj = JSObject::cast(this)->map()->constructor();
159 JSFunction* fun = JSFunction::cast(cons_obj);
164 type = FunctionTemplateInfo::cast(type)->parent_template())
539 Failure* Failure::cast(MaybeObject* obj) { function in class:v8::internal::Failure
1936 FixedArrayBase* FixedArrayBase::cast(Object* object) { function in class:v8::internal::FixedArrayBase
2609 HashTable<Shape, Key>* HashTable<Shape, Key>::cast(Object* obj) { function in class:v8::internal::HashTable
5180 JSModule* JSModule::cast(Object* obj) { function in class:v8::internal::JSModule
5190 JSValue* JSValue::cast(Object* obj) { function in class:v8::internal::JSValue
5208 JSDate* JSDate::cast(Object* obj) { function in class:v8::internal::JSDate
5224 JSMessageObject* JSMessageObject::cast(Object* obj) { function in class:v8::internal::JSMessageObject
    [all...]
objects.h 1523 static Object* cast(Object* value) { return value; } function in class:v8::internal::Object
3679 static inline Dictionary<Shape, Key>* cast(Object* obj) { function in class:v8::internal::Dictionary
3806 static inline NameDictionary* cast(Object* obj) { function in class:v8::internal::NameDictionary
3861 static SeededNumberDictionary* cast(Object* obj) { function in class:v8::internal::SeededNumberDictionary
3909 static UnseededNumberDictionary* cast(Object* obj) { function in class:v8::internal::UnseededNumberDictionary
3946 static inline ObjectHashSet* cast(Object* obj) { function in class:v8::internal::ObjectHashSet
3966 static inline ObjectHashTable* cast(Object* obj) { function in class:v8::internal::ObjectHashTable
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
lint-checks.jar 
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/chromium_org/v8/test/cctest/
test-api.cc 633 Local<String> cons = Local<String>::Cast(CompileRun(
636 Local<String> slice = Local<String>::Cast(CompileRun(
13216 static int64_t cast(intptr_t x) { return static_cast<int64_t>(x); } function
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/tools/common/asm-tools/
asm-debug-all-4.0.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 1256 milliseconds

1 2 3 45 6