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

  /external/clang/test/SemaTemplate/
inject-templated-friend-post.cpp 45 #ifdef PROTOTYPE
  /external/e2fsprogs/lib/ss/
execute_cmd.c 25 static int check_request_table PROTOTYPE((ss_request_table *rqtbl, int argc,
27 static int really_execute_command PROTOTYPE((int sci_idx, int argc,
ss_internal.h 20 #define PROTOTYPE(p) p
pager.c 42 extern char *getenv PROTOTYPE((const char *));
  /external/icu4c/i18n/
transreg.cpp 414 * can represent prototype transliterators to be cloned, or can
426 PROTOTYPE,
439 Transliterator* prototype; // For PROTOTYPE member in union:TransliteratorEntry::__anon6267
460 u.prototype = 0;
468 if (entryType == PROTOTYPE) {
469 delete u.prototype;
485 if (entryType == PROTOTYPE) {
486 delete u.prototype;
488 entryType = PROTOTYPE;
    [all...]
  /external/v8/src/
ast.cc 177 kind_ = PROTOTYPE;
690 // corresponding prototype object, i.e. one step of the algorithm
700 // looking upwards through the prototype chain.
701 if (!lookup.IsFound() && type->prototype()->IsJSObject()) {
702 holder_ = Handle<JSObject>(JSObject::cast(type->prototype()));
prettyprinter.cc 932 case ObjectLiteral::Property::PROTOTYPE:
933 prop_kind = "PROPERTY - PROTOTYPE";
    [all...]
ast.h 929 PROTOTYPE // Property is __proto__.
    [all...]
parser.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 937 // current JS object we've reached through the prototype chain.
944 // prototype load.
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 887 // current JS object we've reached through the prototype chain.
894 // prototype load.
915 // Load the prototype from the map and loop if non-null.
    [all...]
  /external/v8/src/x64/
full-codegen-x64.cc 895 // current JS object we've reached through the prototype chain.
902 // prototype load.
922 // Load the prototype from the map and loop if non-null.
    [all...]

Completed in 80 milliseconds