Home
last modified time | relevance | path

Searched refs:Module (Results 876 - 900 of 1012) sorted by relevance

1...<<3132333435363738394041

/third_party/spirv-tools/source/opt/
H A Dinstruction.h47 class Module;
H A Dloop_unswitch_pass.cpp572 Module* module = context()->module(); in Process()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1631 void Module::ModuleVerify(Isolate* isolate) { in ModuleVerify()
1634 CHECK_EQ(status() == Module::kErrored, !exception().IsTheHole(isolate)); in ModuleVerify()
1639 CHECK_LE(Module::kLinking, status()); in ModuleVerify()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs4 use crate::syntax::file::Module;
20 pub fn bridge(mut ffi: Module) -> Result<TokenStream> { in bridge()
51 fn expand(ffi: Module, doc: Doc, attrs: OtherAttrs, apis: &[Api], types: &Types) -> TokenStream { in expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp43 #include "llvm/IR/Module.h"
1527 Module *M = At->getParent()->getParent()->getParent(); in generate()
2257 Module *M = Func->getParent(); in processCopyingStore()
2408 const Module &M = *L->getHeader()->getParent()->getParent(); in runOnLoop()
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h240 /// @returns a reference to the program's AST root Module
241 ast::Module& AST() { in AST()
246 /// @returns a reference to the program's AST root Module
247 const ast::Module& AST() const { in AST()
1434 /// global variable with the ast::Module.
1459 /// global variable with the ast::Module.
1477 /// variable with the ast::Module.
1496 /// variable with the ast::Module.
1808 /// Creates an ast::Function and registers it with the ast::Module.
1834 /// Creates an ast::Function and registers it with the ast::Module
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource10.js40 Module,
230 setTokenInfo(TokenID.Module, Reservation.TypeScript, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "module", ErrorRecoverySet.TypeScriptS);
512 TokenID[TokenID["Module"] = 30] = "Module";
702 setTokenInfo(TokenID.Module, Reservation.TypeScript, OperatorPrecedence.None, NodeType.None, OperatorPrecedence.None, NodeType.None, "module", ErrorRecoverySet.TypeScriptS);
/third_party/node/lib/internal/modules/esm/
H A Dresolve.js57 const { Module: CJSModule } = require('internal/modules/cjs/loader');
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp476 const MachineFunction *MF, const Module *M,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp526 W.printNumber("Mod", ProcRef.Module); in visitKnownRecord()
H A DSymbolRecordMapping.cpp376 error(IO.mapInteger(ProcRef.Module)); in visitKnownRecord()
H A DTypeRecordMapping.cpp521 error(IO.mapInteger(Record.Module, "Module")); in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstruction.cpp55 const Module *Instruction::getModule() const { in getModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp351 IO.mapRequired("Mod", Symbol.Module); in map()
H A DMinidumpYAML.cpp282 IO.mapRequired("Module Name", M.Name); in mapping()
502 for (const Module &M : *ExpectedList) { in create()
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/
H A Dnested_loops_with_unreachables.cpp286 Module* module = context->module(); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp803 void DebugInfoManager::AnalyzeDebugInsts(Module& module) { in AnalyzeDebugInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddebug_info_manager.cpp803 void DebugInfoManager::AnalyzeDebugInsts(Module& module) { in AnalyzeDebugInsts()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
H A Dnested_loops_with_unreachables.cpp286 Module* module = context->module(); in TEST_F()
/third_party/python/Include/internal/
H A Dpycore_ast.h159 } Module; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp1064 const Module *) const { in print()
H A DLoopInfo.cpp1089 void LoopInfoWrapperPass::print(raw_ostream &OS, const Module *) const {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp179 #include "llvm/IR/Module.h"
363 bool doInitialization(Module &M) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp31 #include "llvm/IR/Module.h"
50 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock()
H A DPredicateInfo.cpp31 #include "llvm/IR/Module.h"
523 static Function *getCopyDeclaration(Module *M, Type *Ty) { in getCopyDeclaration()

Completed in 48 milliseconds

1...<<3132333435363738394041