/external/clang/test/CodeGenCXX/ |
D | 2010-03-09-AnonAggregate.cpp | 8 …union { struct { union { int BA; } Val; int Offset; } OffsetedInfo;… member
|
/external/llvm/unittests/ADT/ |
D | IntervalMapTest.cpp | 599 UUOverlaps BA(mapB, mapA); in TEST() local 676 UUOverlaps BA(mapB, mapA); in TEST() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionAliasAnalysis.cpp | 51 const SCEV *BA = SE.getMinusSCEV(BS, AS); in alias() local
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/basis/ |
D | ImprovedNoise.java | 63 int BA = ImprovedNoise.p[B] + Z; in noise() local
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | AbstractInvocationHandlerTest.java | 57 class BA implements B, A {} in testEquals() class
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 684 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() local 739 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction() local
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 76 BlockAddress *BA = cast<BlockAddress>(user_back()); in ~BasicBlock() local
|
D | Constants.cpp | 437 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in needsRelocation() local 1432 BlockAddress *&BA = in get() local 1455 BlockAddress *BA = in lookup() local
|
D | ConstantFold.cpp | 1477 } else if (const BlockAddress *BA = dyn_cast<BlockAddress>(V1)) { in evaluateICmpRelation() local
|
/external/guice/core/test/com/googlecode/guice/bundle/ |
D | OSGiTestActivator.java | 145 public static class BA class in OSGiTestActivator 148 protected BA() {} in BA() method in OSGiTestActivator.BA
|
/external/llvm/tools/bugpoint/ |
D | ExtractFunction.cpp | 69 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) { in globalInitUsesExternalBA() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 526 } else if (const BlockAddressSDNode *BA = in print_details() local
|
D | InstrEmitter.cpp | 427 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(Op)) { in AddOperand() local
|
/external/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 103 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) { in MapValue() local
|
D | Local.cpp | 247 if (BlockAddress *BA = in ConstantFoldTerminator() local 569 BlockAddress *BA = BlockAddress::get(DestBB); in MergeBasicBlockIntoOnlyPred() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineOperand.h | 177 const BlockAddress *BA; // For MO_BlockAddress. member
|
/external/llvm/include/llvm/Support/ |
D | OnDiskHashTable.h | 77 llvm::SpecificBumpPtrAllocator<Item> BA; variable
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 130 SkScalar BA = B / A_2; in compute_quad_len() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsAsmPrinter.cpp | 604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 783 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local 823 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) { in matchWrapper() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 915 const BlockAddress *BA = in EmitMachineConstantPoolValue() local
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 937 } else if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) { in printConstant() local
|
/external/v8/src/ppc/ |
D | constants-ppc.h | 393 BA = 20 << 21 // Branch always enumerator
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 804 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); in LowerBlockAddress() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 700 BlockAddress *BA = BlockAddress::get(BB); in hasAddressTakenAndUsed() local
|