HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /dalvik/vm/mterp/out/
InterpAsm-mips.S 129 #define GET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
130 .set noat; l.s rd, (AT); .set at
143 #define SET_VREG_F(rd, rix) EAS2(AT, rFP, rix); \
144 .set noat; s.s rd, (AT); .set at
168 * Uses reg AT
171 sll AT, roff, rshift; \
172 addu rd, rbase, AT; \
173 .set at
    [all...]
  /external/clang/include/clang/AST/
Type.h 606 /// added "const" at a different level.
616 /// added "restrict" at a different level.
626 /// added "volatile" at a different level.
636 /// qualifiers at a different level.
807 /// \brief Determine whether this type is at least as qualified as the other
5152 ArrayType_cannot_be_used_with_getAs<T> at; local
5183 ArrayType_cannot_be_used_with_getAs<T> at; local
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp 26 // (under the C++11 / C++1y rules only, at the moment), or, if folding failed
430 /// A stack of values whose lifetimes end at the end of some surrounding
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 116 // Enable TBAA unless it's suppressed. ThreadSanitizer needs TBAA even at O0.
505 llvm::ArrayType *AT = llvm::ArrayType::get(CtorStructTy, Ctors.size());
506 new llvm::GlobalVariable(TheModule, AT, false,
508 llvm::ConstantArray::get(AT, Ctors),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 213 assert nodelist[0][0] == token.AT
793 # at a very high cost. It is more efficient to dispatch directly
808 # A ';' at the end of a line can make a NEWLINE token appear
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 213 assert nodelist[0][0] == token.AT
793 # at a very high cost. It is more efficient to dispatch directly
808 # A ';' at the end of a line can make a NEWLINE token appear
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp 200 // looked up in the scope of class C. At least one of the lookups shall
712 // FIXME: This should probably go away at some point
    [all...]
SemaExprObjC.cpp     [all...]
SemaTemplateDeduction.cpp 736 // Simple case: compare the parameter and argument types at this point.
764 // - A function parameter pack that does not occur at the end of the
    [all...]
SemaExpr.cpp 150 // If the method was explicitly defaulted, point at that declaration.
377 // "nullPos" is the number of formal parameters at the end which
380 // but the language forces you to have at least one.
570 // lvalue-to-rvalue at all. Note that expressions of unqualified
    [all...]
SemaDeclCXX.cpp 178 // If we have a throw-all spec at this point, ignore the function.
182 // If we're still at noexcept(true) and there's a nothrow() callee,
    [all...]
  /external/llvm/lib/IR/
Constants.cpp     [all...]
Instructions.cpp 162 // Exploit the fact that phi nodes always have at least one entry.
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 132 // Okay, we have at least one ~0 value, check to see if the rest match or are
173 // Okay, we have at least one 0 value, check to see if the rest match or are
204 /// allOperandsUndef - Return true if the node has at least one operand
459 const AtomicSDNode *AT = cast<AtomicSDNode>(N);
460 ID.AddInteger(AT->getMemoryVT().getRawBits());
461 ID.AddInteger(AT->getRawSubclassData());
462 ID.AddInteger(AT->getPointerInfo().getAddrSpace());
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 10 Software Foundation; either version 3, or (at your option) any later
227 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM,
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 10 Software Foundation; either version 3, or (at your option) any later
227 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h 10 Software Foundation; either version 3, or (at your option) any later
227 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM,
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 10 Software Foundation; either version 3, or (at your option) any later
227 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM,
    [all...]

Completed in 2497 milliseconds

1 2 3 4 56 7