Home
last modified time | relevance | path

Searched defs:GE (Results 1 – 19 of 19) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
DComparison.java50 GE() { in GE() enumConstant
/external/llvm/lib/Target/MBlaze/
DMBlazeISelLowering.h32 GE, enumerator
/external/llvm/lib/Archive/
DArchive.cpp198 for (Module::global_iterator GI = M->global_begin(), GE=M->global_end(); GI != GE; ++GI) in getSymbols() local
/external/javassist/src/main/javassist/compiler/
DTokenId.java77 int GE = 359; // >= field
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1775 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) { in emitAccelNames() local
1804 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) { in emitAccelObjC() local
1833 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) { in emitAccelNamespaces() local
1868 GI = Names.begin(), GE = Names.end(); GI != GE; ++GI) { in emitAccelTypes() local
1916 GI = Globals.begin(), GE = Globals.end(); GI != GE; ++GI) { in emitDebugPubTypes() local
/external/webkit/Source/JavaScriptCore/parser/
DJSParser.h127 GE = 12 | BINARY_OP_PRECEDENCE(7), enumerator
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMBaseInfo.h40 GE, // Greater than or equal Greater than or equal enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h175 const Constant *GE; member
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp189 for (Module::global_iterator GI = M->global_begin(), GE = M->global_end(); in clearGlobalMappingsFromModule() local
/external/clang/lib/CodeGen/
DCGExprComplex.cpp104 ComplexPairTy VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
DCGExprAgg.cpp103 void VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
DCGExprConstant.cpp641 llvm::Constant *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
DCGExprScalar.cpp166 Value *VisitGenericSelectionExpr(GenericSelectionExpr *GE) { in VisitGenericSelectionExpr()
/external/webkit/Source/JavaScriptCore/assembler/
DARMAssembler.h116 GE = 0xa0000000, enumerator
DSH4Assembler.h338 GE = 0x6, // Greater or Equal enumerator
/external/qemu/target-arm/
Dcpu.h106 uint32_t GE; /* cpsr[19:16] */ member
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1684 GE = M->global_end(); GI != GE; ++GI) { in WriteModuleUseLists() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1429 GI = TheModule->global_begin(), GE = TheModule->global_end(); in GlobalCleanup() local
/external/clang/lib/AST/
DExpr.cpp2545 } else if (const GenericSelectionExpr *GE = in isNullPointerConstant() local