/external/clang/bindings/python/clang/ |
enumerations.py | 1 #===- enumerations.py - Python Enumerations ------------------*- python -*--===# 11 Clang Enumerations 14 This module provides static definitions of enumerations that exist in libclang. 16 Enumerations are typically defined as a list of tuples. The exported values are 19 All enumerations are centrally defined in this file so they are all grouped 25 # enumerations from the C++ API.
|
/external/clang/test/SemaCXX/ |
warn-c++11-extensions.cpp | 8 enum struct E1 { A, B }; // expected-warning {{scoped enumerations are a C++11 extension}} 9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}}
|
/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
p3.cpp | 13 // Enumerations.
|
/external/llvm/bindings/python/llvm/ |
enumerations.py | 1 #===- enumerations.py - Python LLVM Enumerations -------------*- python -*--===# 11 LLVM Enumerations 14 This file defines enumerations from LLVM. 17 dedicated types elsewhere in the package. The enumerations are centrally
|
bit_reader.py | 5 from . import enumerations namespace
|
core.py | 14 from . import enumerations namespace 65 enumerations. You should not need to call this outside this module. 593 (Attribute, enumerations.Attributes), 594 (OpCode, enumerations.OpCodes), 595 (TypeKind, enumerations.TypeKinds), 596 (Linkage, enumerations.Linkages), 597 (Visibility, enumerations.Visibility), 598 (CallConv, enumerations.CallConv), 599 (IntPredicate, enumerations.IntPredicate), 600 (RealPredicate, enumerations.RealPredicate) [all...] |
/external/clang/test/CXX/temp/temp.spec/temp.inst/ |
p1.cpp | 9 // - scoped member enumerations 36 // DR1484 specifies that enumerations cannot be separately instantiated, 59 // - unscoped member enumerations
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p1-0x.cpp | 23 template enum Z<int>::E; // expected-error {{enumerations cannot be explicitly instantiated}}
|
/external/clang/include/clang/Basic/ |
TypeTraits.h | 1 //===--- TypeTraits.h - C++ Type Traits Support Enumerations ----*- C++ -*-===// 11 /// \brief Defines enumerations for the type traits support.
|
ExpressionTraits.h | 11 /// \brief Defines enumerations for expression traits intrinsics.
|
/external/tinyxml/docs/ |
functions_enum.html | 3 <title>TinyXml: Class Members - Enumerations</title> 8 <div class="qindex"><a class="qindex" href="functions.html">All</a> | <a class="qindex" href="functions_func.html">Functions</a> | <a class="qindex" href="functions_vars.html">Variables</a> | <a class="qindexHL" href="functions_enum.html">Enumerations</a> | <a class="qindex" href="functions_rela.html">Related Functions</a></div>
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Enumerations.py | 1 """Suite Enumerations: Enumerations for the Finder
|
__init__.py | 18 import Enumerations 30 'tpnm' : Enumerations, 44 'tpnm' : ('Finder.Enumerations', 'Enumerations'), 55 from Enumerations import *
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Enumerations.py | 1 """Suite Enumerations: Enumerations for the Finder
|
__init__.py | 18 import Enumerations 30 'tpnm' : Enumerations, 44 'tpnm' : ('Finder.Enumerations', 'Enumerations'), 55 from Enumerations import *
|
/art/test/035-enum/src/ |
Main.java | 20 * Try some stuff with enumerations.
|
/external/clang/test/SemaObjC/ |
enum-fixed-type.m | 4 # error Enumerations with a fixed underlying type are not supported
|
/external/libavc/common/ |
ih264_error.h | 43 * Enumerations for error codes used in the codec.
|
/external/libavc/encoder/ |
irc_cntrl_param.h | 24 /* This file should contain only enumerations exported to codec by RC */
|
/external/libhevc/common/ |
ihevc_error.h | 41 * Enumerations for error codes used in the codec.
|
/external/libxml2/ |
TODO_SCHEMAS | 12 + enumerations
|
/hardware/intel/common/libmix/mix_audio/src/ |
mixaudiotypes.h | 18 * Audio Manager enumerations.
|
/frameworks/base/docs/html/ndk/reference/ |
window_8h.jd | 12 <a href="#enum-members">Enumerations</a> </div> 19 Enumerations</h2></td></tr>
|
/external/harfbuzz_ng/src/ |
hb-gobject-enums.cc.tmpl | 44 /* enumerations from "@filename@" */
|
/external/libhevc/decoder/ |
ihevcd_error.h | 41 * Enumerations for error codes used in the codec.
|