Searched refs:in_class (Results 1 – 10 of 10) sorted by relevance
/external/clang/test/Parser/ |
D | cxx-ambig-init-templ.cpp | 83 static const bool in_class = false; variable 87 int f(Bool<true> = X<Y, Bool<in_class> >(0)); 90 int g(Bool<true> = Z<Y, Bool<in_class> = Bool<false>(0)); 92 static const bool in_class = true; member
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/ |
D | parse-js.js | 442 var prev_backslash = false, regexp = "", ch, in_class = false; 447 in_class = true; 449 } else if (ch == "]" && in_class) { 450 in_class = false; 452 } else if (ch == "/" && !in_class) {
|
/external/chromium_org/v8/src/ |
D | preparser.h | 489 bool in_class, bool is_static, 1943 bool in_class, bool is_static, bool* ok) { in ParsePropertyDefinition() argument 1958 if (!in_class && !is_generator && peek() == Token::COLON) { in ParsePropertyDefinition() 1975 if (is_generator && in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition() 1993 } else if (in_class && name_is_static && !is_static) { in ParsePropertyDefinition() 2009 } else if (in_class && !is_static && this->IsConstructor(name)) { in ParsePropertyDefinition() 2065 const bool in_class = false; in ParseObjectLiteral() local 2068 this->ParsePropertyDefinition(&checker, in_class, is_static, CHECK_OK); in ParseObjectLiteral() 2761 const bool in_class = true; in ParseClassLiteral() local 2764 this->ParsePropertyDefinition(&checker, in_class, is_static, CHECK_OK); in ParseClassLiteral()
|
/external/chromium_org/third_party/cython/src/Cython/Debugger/ |
D | libpython.py | 727 in_class = self.pyop_field('in_class') 728 cl_name = in_class.pyop_field('cl_name').proxyval(visited) 746 in_class = self.pyop_field('in_class') 747 cl_name = in_class.pyop_field('cl_name').proxyval(visited)
|
/external/chromium_org/v8/test/cctest/ |
D | test-regexp.cc | 479 bool in_class = false; in TestCharacterClassEscapes() local 480 for (int j = 0; !in_class && j < ranges->length(); j++) { in TestCharacterClassEscapes() 482 in_class = (range.from() <= i && i <= range.to()); in TestCharacterClassEscapes() 484 CHECK_EQ(pred(i), in_class); in TestCharacterClassEscapes()
|
/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | Exceptions.c | 107 type = (PyObject*) ((PyInstanceObject*)type)->in_class;
|
/external/chromium_org/third_party/bintrees/bintrees/ |
D | qavltree.c | 2432 type = (PyObject*) ((PyInstanceObject*)type)->in_class;
|
D | qrbtree.c | 2429 type = (PyObject*) ((PyInstanceObject*)type)->in_class;
|
D | qbintree.c | 2427 type = (PyObject*) ((PyInstanceObject*)type)->in_class;
|
D | cwalker.c | 2950 type = (PyObject*) ((PyInstanceObject*)type)->in_class;
|