/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.0/unknow_on_catch_clause_bindings/ |
D | unknow_on_catch_clause_bindings_2.ts | 37 function getFlag(fun: Function) { function 52 getFlag(getErrorMessage); 54 let errString = getFlag(getUnknown);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MIRPrinter.cpp | 695 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print() 731 if (MI.getFlag(MachineInstr::FrameSetup)) in print() 733 if (MI.getFlag(MachineInstr::FrameDestroy)) in print() 735 if (MI.getFlag(MachineInstr::FmNoNans)) in print() 737 if (MI.getFlag(MachineInstr::FmNoInfs)) in print() 739 if (MI.getFlag(MachineInstr::FmNsz)) in print() 741 if (MI.getFlag(MachineInstr::FmArcp)) in print() 743 if (MI.getFlag(MachineInstr::FmContract)) in print() 745 if (MI.getFlag(MachineInstr::FmAfn)) in print() 747 if (MI.getFlag(MachineInstr::FmReassoc)) in print() [all …]
|
D | MachineInstr.cpp | 1517 if (getFlag(MachineInstr::FrameSetup)) in print() 1519 if (getFlag(MachineInstr::FrameDestroy)) in print() 1521 if (getFlag(MachineInstr::FmNoNans)) in print() 1523 if (getFlag(MachineInstr::FmNoInfs)) in print() 1525 if (getFlag(MachineInstr::FmNsz)) in print() 1527 if (getFlag(MachineInstr::FmArcp)) in print() 1529 if (getFlag(MachineInstr::FmContract)) in print() 1531 if (getFlag(MachineInstr::FmAfn)) in print() 1533 if (getFlag(MachineInstr::FmReassoc)) in print() 1535 if (getFlag(MachineInstr::NoUWrap)) in print() [all …]
|
D | MachineInstrBundle.cpp | 232 if (MII->getFlag(MachineInstr::FrameSetup)) in finalizeBundle() 234 if (MII->getFlag(MachineInstr::FrameDestroy)) in finalizeBundle()
|
D | MachineBasicBlock.cpp | 426 if (!IsInBundle && MI.getFlag(MachineInstr::BundledSucc)) { in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 312 bool getFlag(MIFlag Flag) const { 368 return getFlag(BundledPred); 379 bool isBundledWithPred() const { return getFlag(BundledPred); } 383 bool isBundledWithSucc() const { return getFlag(BundledSucc); } 891 !getFlag(MachineInstr::MIFlag::NoFPExcept);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DbgEntityHistoryCalculator.cpp | 288 (!MI.getFlag(MachineInstr::FrameDestroy) && in calculateDbgEntityHistory() 289 !MI.getFlag(MachineInstr::FrameSetup))) { in calculateDbgEntityHistory()
|
D | DwarfDebug.cpp | 1363 if (Pred->getFlag(MachineInstr::FrameSetup)) in validThroughout() 1688 if (MI->isMetaInstruction() || MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction() 1775 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in findPrologueEndLoc()
|
D | CodeViewDebug.cpp | 1409 if (!MI.isMetaInstruction() && !MI.getFlag(MachineInstr::FrameSetup) && in beginFunctionImpl() 2888 MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction()
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | unpack.js | 48 const getFlag = require('./get-write-flag.js') constant 403 flags: getFlag(entry.size), 798 fd = fs.openSync(entry.absolute, getFlag(entry.size), mode)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationsettings.h | 159 UColAttributeValue getFlag(int32_t bit) const { in getFlag() function
|
/third_party/icu/icu4c/source/i18n/ |
D | collationsettings.h | 159 UColAttributeValue getFlag(int32_t bit) const { in getFlag() function
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationsettings.h | 159 UColAttributeValue getFlag(int32_t bit) const { in getFlag() function
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationSettings.java | 350 public boolean getFlag(int bit) { in getFlag() method in CollationSettings
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationSettings.java | 352 public boolean getFlag(int bit) { in getFlag() method in CollationSettings
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64FrameLowering.cpp | 852 return I->getFlag(MachineInstr::FrameSetup) || in IsSVECalleeSave() 853 I->getFlag(MachineInstr::FrameDestroy); in IsSVECalleeSave() 988 while (MBBI != End && MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue() 1496 if (!LastPopI->getFlag(MachineInstr::FrameDestroy) || in emitEpilogue() 2631 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) in processFunctionBeforeFrameFinalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 395 if (DefMI->getFlag(MachineInstr::FmNoNans)) in isKnownNeverNaN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FrameLowering.cpp | 1183 MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue() 1383 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) { in emitPrologue() 1658 if ((Opc != X86::POP32r || !PI->getFlag(MachineInstr::FrameDestroy)) && in emitEpilogue() 1659 (Opc != X86::POP64r || !PI->getFlag(MachineInstr::FrameDestroy))) in emitEpilogue() 3214 while (MBBI != MBB.end() && MBBI->getFlag(MachineInstr::FrameSetup)) in processFunctionBeforeFrameFinalized()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRFrameLowering.cpp | 108 (MBBI != MBB.end()) && MBBI->getFlag(MachineInstr::FrameSetup) && in emitPrologue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 161 DINode::DIFlags DINode::getFlag(StringRef Flag) { in getFlag() function in DINode 595 DISubprogram::DISPFlags DISubprogram::getFlag(StringRef Flag) { in getFlag() function in DISubprogram
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 391 if (MI.getFlag(MachineInstr::NoSWrap) && in adjustCCMasksForInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 1065 assert(MI->getFlag(MachineInstr::FrameSetup) && in EmitUnwindingInstruction() 1261 MI->getFlag(MachineInstr::FrameSetup)) in EmitInstruction()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | RuleBasedCollator.java | 684 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; } in setDecomposition()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | RuleBasedCollator.java | 664 if(flag == settings.readOnly().getFlag(CollationSettings.CHECK_FCD)) { return; } in setDecomposition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 983 MI->getFlag(MachineInstr::FrameSetup)) in beginInstruction()
|