/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | [all...] |
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafetyTraverse.h | 28 // generic as possible, and are intended to handle any kind of pass over the 48 // The reduceX methods control the kind of traversal (visitor, copy, etc.). 59 // of which kind it is. 86 // Override these methods to do something for a particular kind of term. 613 if (CStyle && V->kind() == Variable::VK_SFun) 693 if (!SAP->isDelegation() && V->kind() == Variable::VK_SFun) {
|
/external/clang/lib/Lex/ |
Preprocessor.cpp | 542 /// updating the token kind accordingly. 565 // Update the token info (identifier info and appropriate token kind). 601 /// \brief Returns a diagnostic message kind for reporting a future keyword as 603 static diag::kind getFutureCompatDiagKind(const IdentifierInfo &II, 608 return llvm::StringSwitch<diag::kind>(II.getName()) 751 // Figure out what kind of lexer we actually have. [all...] |
/external/clang/lib/Parse/ |
ParseTemplate.cpp | 178 assert(TemplateInfo.Kind != ParsedTemplateInfo::NonTemplate && 217 TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation); 223 if (TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation) 265 if (TemplateInfo.Kind == ParsedTemplateInfo::ExplicitInstantiation) { 303 << (int)TemplateInfo.Kind; 1405 tok::TokenKind kind = Tok.getKind(); local [all...] |
/external/clang/test/SemaCXX/ |
constant-expression-cxx1y.cpp | 920 constexpr int f(E &a, int kind) { 921 switch (kind) {
|
/external/clang/utils/ABITest/ |
ABITestGen.py | 547 count,kind = m.groups() 555 }.get(kind)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
DB_Results.java | 542 String kind = CONFIGS[i].indexOf("epwin") < 0 ? "Linux" : "Win XP"; local 543 CONFIG_DESCRIPTIONS[i] = kind+" perf test box "+CONFIGS[i].substring(5); 964 // Ignore kind as there's only one [all...] |
/external/libunwind_llvm/src/ |
Unwind-EHABI.cpp | 66 } Kind; 104 // See # 9.2 table for decoding the kind of descriptor. It's a 2-bit value. 105 Descriptor::Kind kind = local 106 static_cast<Descriptor::Kind>((length & 0x1) | ((offset & 0x1) << 1)); 116 switch (kind) { 154 _LIBUNWIND_ABORT("Invalid descriptor kind found."); [all...] |
/external/libvpx/libvpx/test/ |
svc_test.cc | 97 if (cx_pkt->kind == VPX_CODEC_STATS_PKT) { 146 if (cx_pkt->kind == VPX_CODEC_CX_FRAME_PKT) {
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 191 ; we can't depend on any kind of data alignment.
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_mfqe_sse2.asm | 192 ; we can't depend on any kind of data alignment.
|
/external/llvm/lib/Target/SystemZ/AsmParser/ |
SystemZAsmParser.cpp | 68 OperandKind Kind; 77 // LLVM register Num, which has kind Kind. In some ways it might be 87 RegisterKind Kind; 131 SystemZOperand(OperandKind kind, SMLoc startLoc, SMLoc endLoc) 132 : Kind(kind), StartLoc(startLoc), EndLoc(endLoc) {} 146 createReg(RegisterKind Kind, unsigned Num, SMLoc StartLoc, SMLoc EndLoc) { 148 Op->Reg.Kind = Kind; [all...] |
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 116 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 118 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 76 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 78 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips32r3/ |
valid.s | 76 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 78 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips32r5/ |
valid.s | 77 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 79 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips4/ |
valid.s | 120 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 122 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips5/ |
valid.s | 120 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 122 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 127 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 129 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips64r2/ |
valid.s | 140 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 142 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips64r3/ |
valid.s | 140 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 142 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/llvm/test/MC/Mips/mips64r5/ |
valid.s | 141 # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26 143 # CHECK: # fixup A - offset: 0, value: a, kind: fixup_Mips_26
|
/external/opencv3/modules/cudaarithm/src/ |
element_operations.cpp | 101 const int kind1 = _src1.kind(); 102 const int kind2 = _src2.kind();
|
/external/opencv3/modules/cudaobjdetect/src/ |
cascadeclassifier.cpp | 213 if (_gpu_objects.kind() == _InputArray::CUDA_GPU_MAT) 618 if (_gpu_objects.kind() == _InputArray::CUDA_GPU_MAT)
|
/external/v8/src/crankshaft/ |
typing.cc | 400 if ((prop->kind() == ObjectLiteral::Property::MATERIALIZED_LITERAL && 402 prop->kind() == ObjectLiteral::Property::COMPUTED) {
|