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

  /external/v8/include/
v8-util.h 179 return Local<V>::New(isolate_, FromVal(Traits::Get(&impl_, key)));
205 reinterpret_cast<internal::Object**>(FromVal(Traits::Get(&impl_, key))));
215 reinterpret_cast<internal::Object**>(FromVal(Traits::Get(&impl_, key))),
255 return Local<V>::New(isolate, FromVal(value_));
308 static V* FromVal(PersistentContainerValue v) {
329 p.val_ = FromVal(v);
339 p.val_ = FromVal(Traits::Remove(&impl_, key));
352 *reinterpret_cast<internal::Object**>(FromVal(value)));
614 return Local<V>::New(isolate_, FromVal(Traits::Get(&impl_, index)));
624 p.val_ = FromVal(Traits::Get(&impl_, i))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 760 /// or vector value FromVal, extracting the bits from the offset specified by
770 ConvertScalar_ExtractValue(Value *FromVal, Type *ToType,
774 Type *FromType = FromVal->getType();
776 return FromVal;
784 return Builder.CreateBitCast(FromVal, ToType);
    [all...]
IndVarSimplify.cpp 127 bool isValidRewrite(Value *FromVal, Value *ToVal);
166 bool IndVarSimplify::isValidRewrite(Value *FromVal, Value *ToVal) {
177 Value *FromPtr = FromVal;
179 if (auto *GEP = dyn_cast<GEPOperator>(FromVal)) {
185 if (FromPtr != FromVal || ToPtr != ToVal) {
    [all...]
  /external/clang/lib/AST/
ASTDiagnostic.cpp     [all...]
ASTImporter.cpp     [all...]

Completed in 111 milliseconds