| /external/clang/test/SemaTemplate/ |
| dependent-names.cpp | 248 namespace unary { namespace in namespace:PR10053 258 ns::Data operator!(ns::Data); // expected-note {{should be declared prior to the call site or in namespace 'PR10053::unary::ns'}}
|
| /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/ |
| process.js | 165 "unary-prefix": function(op, expr) { 168 "unary-postfix": function(op, expr) { 566 return ( (expr[0] == "unary-prefix" 591 if (c[0] == "unary-prefix" && c[1] == "!") { 613 var not_c = [ "unary-prefix", "!", c ]; 615 case "unary-prefix": [all...] |
| /dalvik/dx/src/com/android/dx/gen/ |
| Code.java | 302 // instructions: unary 305 unary(Rops.opNeg(source.type.ropType), source, target); 309 unary(Rops.opNot(source.type.ropType), source, target); 313 unary(getCastRop(source.type.ropType, target.type.ropType), source, target); 331 private void unary(Rop rop, Local<?> source, Local<?> target) { method in class:Code
|
| /ndk/sources/host-tools/nawk-20071023/ |
| b.c | 48 #define UNARY case STAR: case PLUS: case QUEST: 53 unary (STAR, PLUS, QUEST): left is child, right is null 191 UNARY 215 UNARY 368 UNARY 636 return (unary(np)); 639 return (unary(op2(ALL, NIL, NIL))); 642 return (unary(op2(ALL, NIL, NIL))); 645 return (unary(op2(DOT, NIL, NIL))); 649 return (unary(np)) 697 Node *unary(Node *np) function [all...] |
| /external/valgrind/main/VEX/priv/ |
| host_amd64_defs.c | 1388 Bool unary; local [all...] |
| host_x86_defs.c | 1165 Bool unary; local [all...] |
| /dalvik/vm/compiler/codegen/arm/ |
| CodegenDriver.cpp | 773 bool unary = false; local 782 unary = true; 786 unary = true; 849 if (unary) { [all...] |
| /external/valgrind/main/perf/ |
| tinycc.c | 12747 static void unary(void) function [all...] |
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |