Home
last modified time | relevance | path

Searched defs:DIG (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DStripSymbols.cpp335 for (auto *DIG : DIC->getGlobalVariables()) { in stripDeadDebugInfoImpl() local
/netbsd-src/games/battlestar/
H A Dextern.h175 #define DIG 1041 macro
/netbsd-src/external/gpl3/gcc/dist/libquadmath/strtod/
H A Dstrtod_l.c94 #define DIG PASTE(FLT,_DIG) macro
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/strtod/
H A Dstrtod_l.c94 #define DIG PASTE(FLT,_DIG) macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp165 for (auto DIG : CU->getGlobalVariables()) { in processCompileUnit() local
318 bool DebugInfoFinder::addGlobalVariable(DIGlobalVariableExpression *DIG) { in addGlobalVariable()