Home
last modified time | relevance | path

Searched defs:goo (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Lexer/Inputs/
Dbad-header-guard-defined.h2 #define goo macro
/external/clang/test/Index/
Devaluate-cursor.cpp13 void goo() { in goo() function
/external/clang/test/Parser/
Dcxx1z-nested-namespace-definition.cpp17 inline namespace goo::bar { // expected-error {{nested namespace definition cannot be 'inline'}} ex… namespace
/external/clang/test/SemaCXX/
Dinit-priority-attr.cpp22 Two goo __attribute__((init_priority(2,3))) ( 5, 6 ); // expected-error {{'init_priority' attribute… variable
/external/clang/test/Index/Core/
Dindex-source.m12 void goo(Base *b) { function
/external/clang/test/CodeGen/
Dalign_value.cpp23 double *goo(ad_struct *x) { in goo() function
/external/python/cpython2/Lib/test/
Dtest_descr.py1379 goo = classmethod(foo) variable in ClassPropertiesAndMethods.test_classmethods.C
1452 goo = staticmethod(foo) variable in ClassPropertiesAndMethods.test_staticmethods.C
1484 goo = classmethod(foo) variable in ClassPropertiesAndMethods.test_classic.C
1682 goo = c1.foo variable in ClassPropertiesAndMethods.test_methods.D