HomeSort by relevance Sort by last modified time
    Searched full:enums (Results 351 - 375 of 3341) sorted by null

<<11121314151617181920>>

  /external/llvm/test/DebugInfo/X86/
coff_relative_names.ll 26 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
dbg-i128-const.ll 24 !5 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "clang", isOptimized: true, emissionKind: FullDebug, file: !13, enums: !15, retainedTypes: !15, imports: null)
objc-fwd-decl.ll 15 !0 = distinct !DICompileUnit(language: DW_LANG_ObjC, producer: "clang version 3.1 (trunk 152054 trunk 152094)", isOptimized: false, runtimeVersion: 2, emissionKind: FullDebug, file: !13, enums: !1, retainedTypes: !1, globals: !3, imports: !1)
pointer-type-size.ll 14 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.1 (trunk 147882)", isOptimized: false, emissionKind: FullDebug, file: !13, enums: !1, retainedTypes: !1, globals: !3, imports: !1)
pr13303.ll 18 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.2 (trunk 160143)", isOptimized: false, emissionKind: FullDebug, file: !12, enums: !1, retainedTypes: !1, globals: !1, imports: !1)
prologue-stack.ll 24 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.2 (trunk 164980) (llvm/trunk 164979)", isOptimized: false, emissionKind: FullDebug, file: !13, enums: !1, retainedTypes: !1, globals: !1, imports: !1)
struct-loc.ll 17 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.1 (trunk 152837) (llvm/trunk 152845)", isOptimized: false, emissionKind: FullDebug, file: !11, enums: !1, retainedTypes: !1, globals: !3, imports: !1)
vector.ll 15 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.3 (trunk 171825) (llvm/trunk 171822)", isOptimized: false, emissionKind: FullDebug, file: !12, enums: !1, retainedTypes: !1, globals: !3, imports: !1)
  /external/llvm/test/Linker/
2011-08-04-DebugLoc2.ll 16 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "Apple clang version 3.0 (tags/Apple/clang-209.11) (based on LLVM 3.0svn)", isOptimized: true, emissionKind: FullDebug, file: !8, enums: !9, retainedTypes: !9)
2011-08-18-unique-debug-type2.ll 15 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.0 (trunk 137954)", isOptimized: true, emissionKind: FullDebug, file: !12, enums: !2, retainedTypes: !2, globals: !2)
apple-version.ll 18 ; i386 and x86_64 map to different ArchType enums.
targettriple.ll 18 ; i386 and x86_64 map to different ArchType enums.
  /external/llvm/test/Linker/Inputs/
replaced-function-matches-first-subprogram.ll 15 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.6.0 (trunk 224193) (llvm/trunk 224197)", isOptimized: false, emissionKind: LineTablesOnly, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
  /external/llvm/test/MC/X86/
i386-darwin-frame-register.ll 32 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.7.0 (trunk 230514) (llvm/trunk 230518)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
  /external/llvm/test/Transforms/FunctionImport/Inputs/
funcimport_debug.ll 17 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk 255685) (llvm/trunk 255682)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)
  /external/llvm/test/Transforms/SampleProfile/
entry_counts.ll 23 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.7.0 (trunk 237249) (llvm/trunk 237261)", isOptimized: false, runtimeVersion: 0, emissionKind: LineTablesOnly, enums: !2, retainedTypes: !2, globals: !2, imports: !2)
  /external/llvm/test/Transforms/StripSymbols/
2010-08-25-crash.ll 12 !2 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 2.8 (trunk 112062)", isOptimized: true, emissionKind: FullDebug, file: !10, enums: !11, retainedTypes: !11, globals: !13)
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
gen_archrast.py 108 protos['enums'] = {}
129 # search for enums.
136 protos['enums'][enum_name] = {}
137 idx = parse_enums(lines, idx, protos['enums'][enum_name])
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_draw.c 29 #include "main/enums.h"
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip_point.c 33 #include "main/enums.h"
  /external/proguard/src/proguard/optimize/evaluation/
SimpleEnumClassChecker.java 28 * This ClassVisitor marks all program classes that it visits as simple enums,
  /external/proguard/src/proguard/optimize/info/
SimpleEnumMarker.java 28 * flag for simple enums.
  /frameworks/base/core/java/android/hardware/camera2/marshal/impl/
MarshalQueryableNativeByteToInteger.java 28 * Marshal fake native enums (ints): TYPE_BYTE <-> int/Integer
  /frameworks/base/core/proto/android/server/
windowmanagertrace.proto 31 (this is needed because enums have to be 32 bits and there's no nice way to put 64bit
  /frameworks/base/core/proto/android/service/
battery.proto 23 import "frameworks/base/core/proto/android/os/enums.proto";

Completed in 929 milliseconds

<<11121314151617181920>>