/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cfxjse_formcalc_context_embeddertest.cpp | 252 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Mod) { in TEST_F() argument
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUCodeGenPrepare.cpp | 70 Module *Mod = nullptr; member in __anon4020fecf0111::AMDGPUCodeGenPrepare
|
H A D | SIFoldOperands.cpp | 210 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand() local
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 1623 Module *Mod = unwrap(M); in LLVMGetFirstGlobal() local 1631 Module *Mod = unwrap(M); in LLVMGetLastGlobal() local 1756 Module *Mod = unwrap(M); in LLVMGetFirstFunction() local 1764 Module *Mod = unwrap(M); in LLVMGetLastFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/ |
H A D | M68kISelLowering.cpp | 786 const Module *Mod = DAG.getMachineFunction().getFunction().getParent(); in LowerCall() local 2563 const Module *Mod = DAG.getMachineFunction().getFunction().getParent(); in LowerExternalSymbol() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 498 Mod, ///< Signed remainder. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 120 Mod = NoModRef | MustMod, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCExpr.h | 501 Mod, ///< Signed remainder. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 271 const Module *Mod = BB->getParent()->getParent(); in calculateCXXStateNumbers() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaDecl.cpp | 15064 Module *Mod = in ActOnModuleImport() local 15103 void Sema::ActOnModuleInclude(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleInclude() 15138 void Sema::ActOnModuleBegin(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleBegin() 15146 void Sema::ActOnModuleEnd(SourceLocation DirectiveLoc, Module *Mod) { in ActOnModuleEnd() 15160 Module *Mod) { in createImplicitModuleImportForErrorRecovery()
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_misc.py | 1067 class Mod: class 5796 class Mod(torch.nn.Module): class 9900 class Mod(torch.nn.Module): class 9952 class Mod(torch.nn.Module): class 9975 class Mod(torch.nn.Module): class 10112 class Mod(torch.nn.Module): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | XCOFFObjectWriter.cpp | 1476 uint32_t Mod = CurrentAddressLocation % DefaultSectionAlign; in writeSectionForDwarfSectionEntry() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 212 MachineOperand &Mod = MI->getOperand(ModIdx); in updateOperand() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCExpr.h | 509 Mod, ///< Signed remainder. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCExpr.h | 509 Mod, ///< Signed remainder. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCExpr.h | 509 Mod, ///< Signed remainder. enumerator
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 1156 static void addLinkOptionsPostorder(CodeGenModule &CGM, Module *Mod, in addLinkOptionsPostorder() 1210 clang::Module *Mod = Stack.pop_back_val(); in EmitModuleLinkOptions() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 1881 for (Module *Mod = SuggestedModule.getModule(); Mod; Mod = Mod->Parent) in HandleIncludeDirective() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCalls.cpp | 1975 Module *Mod = II->getModule(); in visitCallInst() local 1995 Module *Mod = II->getModule(); in visitCallInst() local
|
/aosp_15_r20/external/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 477 Module *Mod = ImportD->getImportedModule(); in importedModule() local
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_no_runtime.py | 930 class Mod(torch.nn.Module): class
|
/aosp_15_r20/external/pytorch/test/export/ |
H A D | test_torchbind.py | 727 class Mod(torch.nn.Module): class
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 3498 const Module *Mod = F->getParent(); in printFunction() local 3655 const Module *Mod = getModuleFromVal(I); in maybePrintCallAddrSpace() local
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 226 Module *Mod; member in __anon27d7c7f40111::DataFlowSanitizer
|
/aosp_15_r20/external/starlark-go/starlark/ |
H A D | value.go | 483 func (x Float) Mod(y Float) Float { func
|