Searched defs:IsArray (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1496 bool IsArray, Expr **PlaceArgs,
1527 IsArray ? OO_Array_New : OO_New);
1529 IsArray ? OO_Array_Delete : OO_Delete);
1494 FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, bool UseGlobal, QualType AllocType, bool IsArray, Expr **PlaceArgs, unsigned NumPlaceArgs, FunctionDecl *&OperatorNew, FunctionDecl *&OperatorDelete) argument
/external/v8/src/
H A Dapi.cc2136 bool Value::IsArray() const { function in class:v8::Value
2137 if (IsDeadCheck(i::Isolate::Current(), "v8::Value::IsArray()")) return false;

Completed in 1255 milliseconds