HomeSort by relevance Sort by last modified time
    Searched refs:isGlobal (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 167 if (MO.isGlobal())
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 129 MI->getOperand(Op+X86::AddrDisp).isGlobal() ||
X86FrameLowering.cpp     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 267 final boolean isGlobal = table.equals(TABLE_GLOBAL);
274 } else if (isGlobal) {
293 final int notifyTarget = isGlobal ? UserHandle.USER_ALL : userHandle;
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 145 if (FD->isGlobal() &&
Transforms.cpp 94 if (FD->isGlobal() &&
  /external/llvm/lib/CodeGen/
VirtRegMap.cpp 305 if (!MO.isGlobal())
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 167 if (!MO.isGlobal()) continue;
  /external/llvm/lib/Target/Sparc/
SparcAsmPrinter.cpp 305 if (MO.isGlobal() || MO.isSymbol() || MO.isCPI()) {
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_snippet.c 775 static void fts3LoadColumnlistCounts(char **pp, u32 *aOut, int isGlobal){
786 if( isGlobal ){
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 425 else if (MO.isGlobal())
448 else if (MO.isGlobal())
    [all...]
ARMFrameLowering.cpp 675 if (JumpTarget.isGlobal())
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 885 else if (MO.isGlobal()) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 224 return FD->isOverloadedOperator() && FD->isImplicit() && FD->isGlobal();
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ExpandPseudoInsts.cpp 662 if (MO1.isGlobal()) {
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 643 if (relocation->symInfo()->isGlobal() &&
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 745 BitstreamWriter &Stream, bool isGlobal) {
755 if (isGlobal) {
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 699 BitstreamWriter &Stream, bool isGlobal) {
709 if (isGlobal) {
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 768 BitstreamWriter &Stream, bool isGlobal) {
778 if (isGlobal) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp     [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/chromium_org/v8/src/
messages.js 768 function GetStackTraceLine(recv, fun, pos, isGlobal) {
    [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]

Completed in 1038 milliseconds

12 3