/external/clang/lib/AST/ |
DeclPrinter.cpp | 38 void Print(AccessSpecifier AS); 208 void DeclPrinter::Print(AccessSpecifier AS) { 209 switch(AS) { 232 // Don't print ObjCIvarDecls, as they are printed when visiting the 770 AccessSpecifier AS = Base->getAccessSpecifierAsWritten(); 771 if (AS != AS_none) 772 Print(AS); [all...] |
DeclCXX.cpp | 339 // A defaulted copy/move constructor for a class X is defined as 348 // A defaulted copy/move assignment operator for a class X is defined as 357 // A defaulted [ctor or dtor] for a class X is defined as 551 AccessSpecifier AS = Conversion->getAccessUnsafe(); 558 FunTmpl, AS); 560 data().Conversions.addDecl(getASTContext(), FunTmpl, AS); 564 Conversion, AS); 566 data().Conversions.addDecl(getASTContext(), Conversion, AS); 705 // as deleted if X has: 716 // A defaulted [special member] for a class X is defined as [all...] |
RecordLayoutBuilder.cpp | 365 // This is the most derived class, traverse virtual bases as well. 476 // This is the most derived class, traverse virtual bases as well. 604 /// pointer, as opposed to inheriting one from a primary base class. 661 /// alignment as the initial alignment. This is used for the [all...] |
/external/libogg/win32/ |
Makefile | 8 # with or without modifications, as long as this notice is preserved. 70 AS = @AS@
|
/external/clang/lib/CodeGen/ |
MicrosoftCXXABI.cpp | 82 // The base and complete destructors are the same as in Itanium, although the 87 // The deleting destructors accept an i32 bitfield as a second parameter. Bit 98 // destructor, and all of the other variants are emitted on an as-needed basis 108 /// Non-base dtors should be emitted as delegating thunks in this ABI. 232 /// \brief - Initialize all vbptrs of 'this' with RD as the complete type. 590 unsigned AS = allocPtr->getType()->getPointerAddressSpace(); 592 CGF.Builder.CreateBitCast(allocPtr, CGF.SizeTy->getPointerTo(AS)); 610 unsigned AS = newPtr->getType()->getPointerAddressSpace(); 612 = CGF.Builder.CreateBitCast(cookiePtr, CGF.SizeTy->getPointerTo(AS)); 625 // Not sure whether we want thread-safe static local variables as V [all...] |
CGExprCXX.cpp | 179 // The method is static, emit it as we would a regular call. 448 // constructor, as can be the case with a non-user-provided default 527 // constructor, as can be the case with a non-user-provided default 581 // cookie size, and verify that the result is representable as a 698 // signedness check at the same time as we do the multiply [all...] |
ItaniumCXXABI.cpp | 124 // Itanium does not emit any destructor variant as an inline thunk. 125 // Delegating may occur as an optimization, but all variants are either 126 // emitted with external linkage or as linkonce if they are inline and used. 360 unsigned AS = Base->getType()->getPointerAddressSpace(); 363 Base = Builder.CreateBitCast(Base, Builder.getInt8Ty()->getPointerTo(AS)); 371 = CGF.ConvertTypeForMem(MPT->getPointeeType())->getPointerTo(AS); 505 // A NULL pointer is represented as -1. 519 // the class object containing it, represented as a ptrdiff_t 549 // discrimination as the least significant bit of ptr does for 558 // represented as a ptrdiff_t [all...] |
CodeGenModule.cpp | 249 /// is the same as the type. For struct-path aware TBAA, the tag 589 /// unwind exceptions. We treat -fexceptions as mandating this [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
PathDiagnostic.cpp | 523 // such as arguments for implicit member initializers. [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionExpander.cpp | 59 // it is being used as an insert point. Clear its operand 182 // Move the insertion point out of as many loops as we can. 376 /// ScalarEvolution not recognizing inttoptr and ptrtoint operators, as 405 // Split AddRecs up into parts as either of the parts may be usable 554 // Move the insertion point out of as many loops as we can. 579 // Move the insertion point out of as many loops as we can. 725 // Emit instructions to add all the operands. Hoist as much as possibl [all...] |
/libcore/luni/src/test/java/libcore/java/util/ |
EnumSetTest.java | 11 * distributed under the License is distributed on an "AS IS" BASIS, 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
|
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | 304 // Reset the source range in DS, as the leading "extern" 451 AccessSpecifier AS, 465 // FIXME: This is wrong; we should parse this as a typename-specifier. 492 // specified after the nested-name-specifier is the same as the identifier 563 Declarator::AliasDeclContext, AS, OwnedType, 609 return Actions.ActOnAliasDeclaration(getCurScope(), AS, TemplateParamsArg, 614 return Actions.ActOnUsingDeclaration(getCurScope(), AS, [all...] |
/external/eigen/blas/testing/ |
cblat2.f | 92 $ ALF( NALMAX ), AS( NMAX*NMAX ), BET( NBEMAX ), 309 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 315 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 322 $ NMAX, INCMAX, A, AA, AS, Y, YY, YS, YT, G, Z ) 327 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 333 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 339 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 400 $ BET, NINC, INC, NMAX, INCMAX, A, AA, AS, X, XX, 424 $ AS( NMAX*NMAX ), BET( NBET ), X( NMAX ), 568 AS( I ) = AA( I [all...] |
cblat3.f | 72 $ ALF( NALMAX ), AS( NMAX*NMAX ), 288 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 294 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 300 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C ) 305 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 311 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) 368 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) 392 $ AS( NMAX*NMAX ), B( NMAX, NMAX ), 521 AS( I ) = AA( I ) 561 ISAME( 7 ) = LCE( AS, AA, LAA [all...] |
dblat2.f | 89 $ ALF( NALMAX ), AS( NMAX*NMAX ), BET( NBEMAX ), 304 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 317 $ NMAX, INCMAX, A, AA, AS, Y, YY, YS, YT, G, Z ) 322 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 328 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 334 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 393 $ BET, NINC, INC, NMAX, INCMAX, A, AA, AS, X, XX, 415 $ AS( NMAX*NMAX ), BET( NBET ), G( NMAX ), 558 AS( I ) = AA( I [all...] |
dblat3.f | 67 $ ALF( NALMAX ), AS( NMAX*NMAX ), 280 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 286 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 292 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C ) 297 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 303 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) 358 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) 380 $ AS( NMAX*NMAX ), B( NMAX, NMAX ), 507 AS( I ) = AA( I ) 547 ISAME( 7 ) = LDE( AS, AA, LAA [all...] |
sblat2.f | 89 $ ALF( NALMAX ), AS( NMAX*NMAX ), BET( NBEMAX ), 304 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 317 $ NMAX, INCMAX, A, AA, AS, Y, YY, YS, YT, G, Z ) 322 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 328 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 334 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 393 $ BET, NINC, INC, NMAX, INCMAX, A, AA, AS, X, XX, 415 $ AS( NMAX*NMAX ), BET( NBET ), G( NMAX ), 558 AS( I ) = AA( I [all...] |
sblat3.f | 67 $ ALF( NALMAX ), AS( NMAX*NMAX ), 280 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 286 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 292 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C ) 297 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 303 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) 358 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) 380 $ AS( NMAX*NMAX ), B( NMAX, NMAX ), 507 AS( I ) = AA( I ) 547 ISAME( 7 ) = LSE( AS, AA, LAA [all...] |
zblat2.f | 93 $ ALF( NALMAX ), AS( NMAX*NMAX ), BET( NBEMAX ), 310 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 316 $ NBET, BET, NINC, INC, NMAX, INCMAX, A, AA, AS, 323 $ NMAX, INCMAX, A, AA, AS, Y, YY, YS, YT, G, Z ) 328 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 334 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 340 $ NMAX, INCMAX, A, AA, AS, X, XX, XS, Y, YY, YS, 401 $ BET, NINC, INC, NMAX, INCMAX, A, AA, AS, X, XX, 426 $ AS( NMAX*NMAX ), BET( NBET ), X( NMAX ), 570 AS( I ) = AA( I [all...] |
zblat3.f | 73 $ ALF( NALMAX ), AS( NMAX*NMAX ), 289 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 295 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 301 $ AA, AS, AB( 1, NMAX + 1 ), BB, BS, CT, G, C ) 306 $ NMAX, AB, AA, AS, AB( 1, NMAX + 1 ), BB, BS, C, 312 $ NMAX, AB, AA, AS, BB, BS, C, CC, CS, CT, G, W ) 369 $ A, AA, AS, B, BB, BS, C, CC, CS, CT, G ) 393 $ AS( NMAX*NMAX ), B( NMAX, NMAX ), 522 AS( I ) = AA( I ) 562 ISAME( 7 ) = LZE( AS, AA, LAA [all...] |
/external/llvm/lib/Bitcode/Writer/ |
BitcodeWriter.cpp | 256 AttributeSet AS = AttrGrps[i]; 257 for (unsigned i = 0, e = AS.getNumSlots(); i != e; ++i) { 258 AttributeSet A = AS.getSlotAttributes(i); 261 Record.push_back(AS.getSlotIndex(i)); 263 for (AttributeSet::iterator I = AS.begin(0), E = AS.end(0); [all...] |
/external/llvm/lib/IR/ |
AsmWriter.cpp | 1 //===-- AsmWriter.cpp - Printing LLVM as an assembly file -----------------===// 146 // Okay, we need quotes. Output the quotes and escape any scary characters as 338 int getAttributeGroupSlot(AttributeSet AS); 381 void CreateAttributeSetSlot(AttributeSet AS); 598 int SlotTracker::getAttributeGroupSlot(AttributeSet AS) { 603 as_iterator AI = asMap.find(AS); 657 void SlotTracker::CreateAttributeSetSlot(AttributeSet AS) { 658 assert(AS.hasAttributes(AttributeSet::FunctionIndex) && 661 as_iterator I = asMap.find(AS); 666 asMap[AS] = DestSlot [all...] |
Constants.cpp | 478 // as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the 556 /// 2.0/1.0 etc, that are known-valid both as double and as the target format. [all...] |
/external/clang/lib/Sema/ |
SemaLookup.cpp | 89 /// A collection of using directives, as used by C++ unqualified 102 // During unqualified name lookup, the names appear as if they 126 // recursively. Treats all using directives as if they were 140 // directives recursively. Treats all using directives as if they 152 // by its using directives, transitively) as if they appeared in 175 // Add a using directive as if it had been declared in the given 179 // contains using-directives, the effect is as if the 230 // as (e.g.) looking up an operator name for redeclaration. 360 // Don't do any extra resolution if we've already resolved as ambiguous. 712 // (14.9.2.3), the resulting specialization is used as if found b [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |