Searched defs:OPERATOR (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtoken.h17 OPERATOR, // =, +=, -=, +, -, ==, !=, <=, >=, <, > enumerator in enum:Token::Type
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR macro
H A Dsp_quad_depth_test.c838 #define OPERATOR < macro
842 #define OPERATOR == macro
846 #define OPERATOR <= macro
850 #define OPERATOR > macro
854 #define OPERATOR != macro
858 #define OPERATOR >= macro
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test_tmp.h38 #if !defined(OPERATOR) && !defined(ALWAYS)
39 #error "neither OPERATOR nor ALWAYS is defined!"
111 /* Note: OPERATOR appears here: */
112 if ((outmask & 1) && (idepth[0] OPERATOR depth16[0][0])) {
117 if ((outmask & 2) && (idepth[1] OPERATOR depth16[0][1])) {
122 if ((outmask & 4) && (idepth[2] OPERATOR depth16[1][0])) {
127 if ((outmask & 8) && (idepth[3] OPERATOR depth16[1][1])) {
146 #undef OPERATOR macro
H A Dsp_quad_depth_test.c838 #define OPERATOR < macro
842 #define OPERATOR == macro
846 #define OPERATOR <= macro
850 #define OPERATOR > macro
854 #define OPERATOR != macro
858 #define OPERATOR >= macro
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py164 OPERATOR = re.compile('|'.join(OPERATOR_LIST)) variable in class:JavaScriptTokenizer
262 Matcher(OPERATOR, Type.OPERATOR),
H A Djavascripttokens.py58 OPERATOR = 'operator' variable in class:JavaScriptTokenType
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
127 return (self.type == JavaScriptTokenType.OPERATOR and
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokenizer.py164 OPERATOR = re.compile('|'.join(OPERATOR_LIST)) variable in class:JavaScriptTokenizer
262 Matcher(OPERATOR, Type.OPERATOR),
H A Djavascripttokens.py58 OPERATOR = 'operator' variable in class:JavaScriptTokenType
119 return self.type == JavaScriptTokenType.OPERATOR and self.string == operator
127 return (self.type == JavaScriptTokenType.OPERATOR and
/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h37 // using them is responsible for defining macro OPERATOR().
41 OPERATOR(PostInc) OPERATOR(PostDec) \
42 OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) \
44 OPERATOR(Plus) OPERATOR(Minus) \
45 OPERATOR(No
281 #define OPERATOR macro
295 #undef OPERATOR macro
314 #define OPERATOR macro
316 #undef OPERATOR macro
322 #define OPERATOR macro
326 #undef OPERATOR macro
496 #define OPERATOR macro
500 #undef OPERATOR macro
502 #define OPERATOR macro
507 #undef OPERATOR macro
511 #define OPERATOR macro
515 #undef OPERATOR macro
549 #define OPERATOR macro
553 #undef OPERATOR macro
556 #define OPERATOR macro
561 #undef OPERATOR macro
566 #define OPERATOR macro
570 #undef OPERATOR macro
[all...]
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h37 // using them is responsible for defining macro OPERATOR().
41 OPERATOR(PostInc) OPERATOR(PostDec) \
42 OPERATOR(PreInc) OPERATOR(PreDec) \
43 OPERATOR(AddrOf) OPERATOR(Deref) \
44 OPERATOR(Plus) OPERATOR(Minus) \
45 OPERATOR(No
266 #define OPERATOR macro
281 #undef OPERATOR macro
301 #define OPERATOR macro
303 #undef OPERATOR macro
309 #define OPERATOR macro
313 #undef OPERATOR macro
475 #define OPERATOR macro
479 #undef OPERATOR macro
482 #define OPERATOR macro
487 #undef OPERATOR macro
492 #define OPERATOR macro
496 #undef OPERATOR macro
[all...]

Completed in 584 milliseconds