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

  /external/clang/test/CodeCompletion/
ordinary-name.cpp 3 typedef struct t TYPEDEF;
44 // CHECK-CC1: COMPLETION: TYPEDEF : TYPEDEF
45 // CHECK-CC1-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
84 // CHECK-CC2-NEXT: COMPLETION: TYPEDEF : TYPEDEF
85 // CHECK-CC2-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
122 // CHECK-CC3-NEXT: COMPLETION: Pattern : typedef <#type#> <#name#>
163 // CHECK-CC4-NEXT: COMPLETION: TYPEDEF : TYPEDE
    [all...]
ordinary-name.c 3 typedef struct t TYPEDEF;
4 typedef struct t _TYPEDEF;
13 // CHECK-CC1: TYPEDEF
  /external/clang/test/Preprocessor/
output_paste_avoid.cpp 37 #define TYPEDEF(guid) typedef [uuid(guid)]
38 TYPEDEF(66504301-BE0F-101A-8BBB-00AA00300CAB) long OLE_COLOR;
39 // CHECK: typedef [uuid(66504301-BE0F-101A-8BBB-00AA00300CAB)] long OLE_COLOR;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 173 TYPEDEF = 391,
374 #define TYPEDEF 391
444 typedef union YYSTYPE
496 typedef struct YYLTYPE
glsl_parser.cc 282 TYPEDEF = 391,
483 #define TYPEDEF 391
553 typedef union YYSTYPE
603 typedef struct YYLTYPE
627 typedef YYTYPE_UINT8 yytype_uint8;
629 typedef unsigned char yytype_uint8;
633 typedef YYTYPE_INT8 yytype_int8;
636 typedef signed char yytype_int8;
638 typedef short int yytype_int8;
642 typedef YYTYPE_UINT16 yytype_uint16
    [all...]
glsl_lexer.cc 44 typedef int8_t flex_int8_t;
45 typedef uint8_t flex_uint8_t;
46 typedef int16_t flex_int16_t;
47 typedef uint16_t flex_uint16_t;
48 typedef int32_t flex_int32_t;
49 typedef uint32_t flex_uint32_t;
51 typedef signed char flex_int8_t;
52 typedef short int flex_int16_t;
53 typedef int flex_int32_t;
54 typedef unsigned char flex_uint8_t;
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_type.py 12 typedef int I;
43 assert fields[1].type.kind == TypeKind.TYPEDEF
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py 793 TYPEDEF = "typedef"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ant.core_3.2.200.v20100427.jar 
  /external/clang/bindings/python/clang/
cindex.py 629 # A typedef.
701 # typedef unsigned size_type;
704 # The typedef is a declaration of size_type (CXCursor_TypedefDecl),
706 # referenced by the type of size is the typedef for size_type.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 164 milliseconds