HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 201 - 225 of 474) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
token.py 63 AT = 50
sre_parse.py 42 r"\A": (AT, AT_BEGINNING_STRING), # start of string
43 r"\b": (AT, AT_BOUNDARY),
44 r"\B": (AT, AT_NON_BOUNDARY),
51 r"\Z": (AT, AT_END_STRING), # end of string
517 if not item or (_len(item) == 1 and item[0][0] == AT):
662 subpatternappend((AT, AT_BEGINNING))
665 subpattern.append((AT, AT_END))
692 raise error, "bogus characters at end of regular expression"
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 105 /// intrinsics or load/store that only access the entire alloca at once.
261 /// HadNonMemTransferAccess - True if there is at least one access to the
305 // insert/extract elements, and if there was at least one use that had
308 // we just get a lot of insert/extracts. If at least one vector is
332 /// (VectorTy) so far at the offset specified by Offset (which is specified in
412 /// If we see at least one access to the value that is as a vector type, set the
720 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) {
721 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType());
722 Value *Res = UndefValue::get(AT);
723 for (unsigned i = 0, e = AT->getNumElements(); i != e; ++i)
    [all...]
  /external/clang/lib/AST/
Mangle.cpp 178 for (const auto &AT : Proto->param_types())
181 llvm::alignTo(ASTContext.getTypeSize(AT), TI.getPointerWidth(0)) /
MicrosoftMangle.cpp 402 // Variables at global scope with non-internal linkage are not mangled.
426 // name with leading underscores or leading/trailing at signs. So, by
427 // default, we emit an asm marker at the start so we get the name right.
450 // We should never ever see a FunctionNoProtoType at this point.
514 } else if (const ArrayType *AT = getASTContext().getAsArrayType(Ty)) {
516 mangleDecayedArrayType(AT);
517 if (AT->getElementType()->isArrayType())
    [all...]
ASTContext.cpp 223 // Let's look at the previous comment.
681 case TargetCXXABI::GenericARM: // Same as Itanium at this level
2694 const AtomicType *at = cast<AtomicType>(ty); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-a.pl 1 $AT = '@';
4 .type _start,${AT}function
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 266 // Replace this zero-sized alloca with the one at the start of the entry
306 // At last, use the generic allocation site handler to aggressively remove
529 assert(LI.getAlignment() && "Alignment must be set at this point");
573 if (auto *AT = dyn_cast<ArrayType>(T)) {
574 auto *ET = AT->getElementType();
575 auto NumElements = AT->getNumElements();
599 auto *Ptr = IC.Builder->CreateInBoundsGEP(AT, Addr, makeArrayRef(Indices),
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_parse.py 41 r"\A": (AT, AT_BEGINNING_STRING), # start of string
42 r"\b": (AT, AT_BOUNDARY),
43 r"\B": (AT, AT_NON_BOUNDARY),
50 r"\Z": (AT, AT_END_STRING), # end of string
532 if not item or (_len(item) == 1 and item[0][0] == AT):
692 subpatternappend((AT, AT_BEGINNING))
695 subpattern.append((AT, AT_END))
722 raise error, "bogus characters at end of regular expression"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_parse.py 41 r"\A": (AT, AT_BEGINNING_STRING), # start of string
42 r"\b": (AT, AT_BOUNDARY),
43 r"\B": (AT, AT_NON_BOUNDARY),
50 r"\Z": (AT, AT_END_STRING), # end of string
512 if not item or (_len(item) == 1 and item[0][0] == AT):
649 subpatternappend((AT, AT_BEGINNING))
652 subpattern.append((AT, AT_END))
679 raise error, "bogus characters at end of regular expression"
  /external/python/cpython2/Lib/
sre_parse.py 41 r"\A": (AT, AT_BEGINNING_STRING), # start of string
42 r"\b": (AT, AT_BOUNDARY),
43 r"\B": (AT, AT_NON_BOUNDARY),
50 r"\Z": (AT, AT_END_STRING), # end of string
532 if not item or (_len(item) == 1 and item[0][0] == AT):
692 subpatternappend((AT, AT_BEGINNING))
695 subpattern.append((AT, AT_END))
722 raise error, "bogus characters at end of regular expression"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_parse.py 42 r"\A": (AT, AT_BEGINNING_STRING), # start of string
43 r"\b": (AT, AT_BOUNDARY),
44 r"\B": (AT, AT_NON_BOUNDARY),
51 r"\Z": (AT, AT_END_STRING), # end of string
517 if not item or (_len(item) == 1 and item[0][0] == AT):
662 subpatternappend((AT, AT_BEGINNING))
665 subpattern.append((AT, AT_END))
692 raise error, "bogus characters at end of regular expression"
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_parse.py 42 r"\A": (AT, AT_BEGINNING_STRING), # start of string
43 r"\b": (AT, AT_BOUNDARY),
44 r"\B": (AT, AT_NON_BOUNDARY),
51 r"\Z": (AT, AT_END_STRING), # end of string
517 if not item or (_len(item) == 1 and item[0][0] == AT):
662 subpatternappend((AT, AT_BEGINNING))
665 subpattern.append((AT, AT_END))
692 raise error, "bogus characters at end of regular expression"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_parse.py 42 r"\A": (AT, AT_BEGINNING_STRING), # start of string
43 r"\b": (AT, AT_BOUNDARY),
44 r"\B": (AT, AT_NON_BOUNDARY),
51 r"\Z": (AT, AT_END_STRING), # end of string
517 if not item or (_len(item) == 1 and item[0][0] == AT):
662 subpatternappend((AT, AT_BEGINNING))
665 subpattern.append((AT, AT_END))
692 raise error, "bogus characters at end of regular expression"
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 6 * You may obtain a copy of the License at
176 return Mips64ManagedRegister::FromGpuRegister(AT);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 30 case Mips::AT: case Mips::AT_64: case Mips::F1: case Mips::D1_64:
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 13 * You may obtain a copy of the License at
81 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
177 sll AT, \reg, 7
178 daddu AT, rIBASE, AT
179 jic AT, 0
180 .set at
192 dlsa AT, \vreg, rFP, 2
193 lw \reg, 0(AT)
194 .set at
    [all...]
mterp_mips.S 13 * You may obtain a copy of the License at
88 #define AT $at /* assembler temp */
207 sll AT, rs, sa; \
208 addu rd, AT, rt; \
216 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
333 EAS2(AT, rFP, rix); \
334 l.s rd, (AT); \
335 .set at
346 sll AT, rix, 2;
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Strip.java 81 wiz.visit(t, ANTLRv3Parser.AT, // ^('@' id ACTION) rule actions
205 ptype==ANTLRv3Parser.AT )
  /external/llvm/lib/Support/
Dwarf.cpp 558 const char *llvm::dwarf::AtomTypeString(unsigned AT) {
559 switch (AT) {
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 72 protected static final String AT = Separators.AT;
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 428 ObjCAtTryStmt *AT = cast<ObjCAtTryStmt>(S);
435 AT->getAtTryLoc()));
436 if (Stmt *TryPart = AT->getTryBody())
441 for (unsigned I = 0, N = AT->getNumCatchStmts(); I != N; ++I) {
442 ObjCAtCatchStmt *AC = AT->getCatchStmt(I);
453 if (ObjCAtFinallyStmt *AF = AT->getFinallyStmt()) {
    [all...]
SemaChecking.cpp 163 // find out if both sizes are known at compile time
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeDumper.cpp 302 Error CVTypeDumper::visitArray(ArrayRecord &AT) {
303 printTypeIndex("ElementType", AT.getElementType());
304 printTypeIndex("IndexType", AT.getIndexType());
305 W->printNumber("SizeOf", AT.getSize());
306 W->printString("Name", AT.getName());
307 Name = AT.getName();
  /art/compiler/utils/mips64/
assembler_mips64.cc 6 * You may obtain a copy of the License at
78 // Switch from appending instructions at the end of the buffer to overwriting
93 // Other instructions are simply appended at the end here.
    [all...]

Completed in 754 milliseconds

1 2 3 4 5 6 7 891011>>