Home
last modified time | relevance | path

Searched defs:AT (Results 1 – 25 of 59) sorted by relevance

123

/external/nist-sip/java/gov/nist/core/
DSeparators.java49 public static final String AT = "@"; field
DGenericObjectList.java72 protected static final String AT = Separators.AT; field in GenericObjectList
DGenericObject.java61 protected static final String AT = Separators.AT; field in GenericObject
DLexerCore.java52 public static final int AT = (int) '@'; field in LexerCore
/external/llvm/lib/Transforms/Utils/
DModuleUtils.cpp48 ArrayType *AT = ArrayType::get(RuntimeCtorInit->getType(), in appendToGlobalArray() local
/external/kernel-headers/original/asm-mips/
Dregdef.h21 #define AT $1 /* assembler temp - uppercase because of ".set at" */ macro
60 #define AT $at /* assembler temp - uppercase because of ".set at" */ macro
/external/llvm/include/llvm/Transforms/Utils/
DAddrModeMatcher.h74 const TargetLowering &T, Type *AT, in AddressingModeMatcher()
/external/clang/lib/Analysis/
DScanfFormatString.cpp434 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp74 if (const ArrayType *AT = getContext().getAsArrayType(Ty)) { in VisitCXXConstructExpr() local
175 if (const ArrayType *AT = getContext().getAsArrayType(ObjectType)) { in VisitCXXDestructor() local
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1 …=I!=null?I:1;A.add=function(C,D){for(var E=0;E<C.length;++E){A[C.charAt(E)]+=D}return A.normalize(…
/external/llvm/lib/CodeGen/
DStackProtector.cpp107 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) { in ContainsProtectableArray() local
/external/openssl/crypto/bn/asm/
Dia64.S1383 #define AT r14 macro
/external/clang/lib/Lex/
DMacroArgs.cpp161 const Token *AT = getUnexpArgument(Arg); in getPreExpArgument() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp818 if (ArrayType *AT = dyn_cast<ArrayType>(ToType)) { in ConvertScalar_ExtractValue() local
946 if (ArrayType *AT = dyn_cast<ArrayType>(SV->getType())) { in ConvertScalar_InsertValue() local
1459 if (ArrayType *AT = dyn_cast<ArrayType>(T)) in ShouldAttemptScalarRepl() local
1553 ArrayType *AT = cast<ArrayType>(AI->getAllocatedType()); in DoScalarReplacement() local
1760 if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in isHomogeneousAggregate() local
1849 } else if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in TypeHasComponent() local
2028 } else if (ArrayType *AT = dyn_cast<ArrayType>(T)) { in FindElementAndOffset() local
DLoopIdiomRecognize.cpp434 ArrayType *AT = ArrayType::get(V->getType(), ArraySize); in getMemSetPatternValue() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp27 const char *DwarfAccelTable::Atom::AtomTypeString(enum AtomType AT) { in AtomTypeString()
DDwarfDebug.cpp1820 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNames() local
1849 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelObjC() local
1878 DwarfAccelTable AT(DwarfAccelTable::Atom(DwarfAccelTable::eAtomTypeDIEOffset, in emitAccelNamespaces() local
1913 DwarfAccelTable AT(Atoms); in emitAccelTypes() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp162 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) { in compatibleWithArrayType() local
/external/tcpdump/
Dprint-atalk.c200 #define AT(member) ataddr_string((ap->member[1]<<8)|ap->member[2],ap->member[3]) in aarp_print() macro
/external/clang/lib/CodeGen/
DTargetInfo.cpp124 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isEmptyField() local
245 while (const ConstantArrayType *AT = Context.getAsConstantArrayType(FT)) { in isSingleElementStruct() local
604 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) in shouldReturnTypeInRegister() local
1431 if (const ConstantArrayType *AT = getContext().getAsConstantArrayType(Ty)) { in classify() local
1721 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in BitsContainNoUserData() local
2757 if (const ConstantArrayType *AT = Context.getAsConstantArrayType(Ty)) { in isHomogeneousAggregate() local
DCodeGenTypes.cpp167 if (const ArrayType *AT = dyn_cast<ArrayType>(T)) in isSafeToConvert() local
/external/nist-sip/java/gov/nist/javax/sip/parser/
DTokenTypes.java176 public static final int AT = LexerCore.AT; field
/external/clang/lib/AST/
DASTContext.cpp3358 if (AutoType *AT = AutoTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAutoType() local
3362 AutoType *AT = new (*this, TypeAlignment) AutoType(DeducedType); in getAutoType() local
3378 if (AtomicType *AT = AtomicTypes.FindNodeOrInsertPos(ID, InsertPos)) in getAtomicType() local
3489 const ArrayType *AT = in getUnqualifiedArrayType() local
3786 if (const ArrayType *AT = dyn_cast<ArrayType>(T)) in getAsArrayType() local
4430 if (const ArrayType *AT = in getObjCEncodingForBlock() local
4471 if (const ArrayType *AT = in getObjCEncodingForFunctionDecl() local
4542 if (const ArrayType *AT = in getObjCEncodingForMethodDecl() local
4861 if (const ArrayType *AT = in getObjCEncodingForTypeImpl() local
5746 while (const ArrayType *AT = dyn_cast<ArrayType>(CT)) in getObjCGCAttrKind() local
DASTDiagnostic.cpp51 if (const AttributedType *AT = dyn_cast<AttributedType>(Ty)) { in Desugar() local
56 if (const AutoType *AT = dyn_cast<AutoType>(Ty)) { in Desugar() local
/external/clang/lib/Sema/
DJumpDiagnostics.cpp368 if (ObjCAtTryStmt *AT = dyn_cast<ObjCAtTryStmt>(SubStmt)) { in BuildScopeInformation() local

123