Home
last modified time | relevance | path

Searched refs:proto_scopes (Results 1 – 3 of 3) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dtype_check.h29 TypeCheck(Scopes *scopes, Scopes *proto_scopes) in TypeCheck() argument
30 : scopes_(scopes), proto_scopes_(proto_scopes) {} in TypeCheck()
Dcodegen_llvm.h61 CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes);
Dcodegen_llvm.cc96 CodegenLLVM::CodegenLLVM(llvm::Module *mod, Scopes *scopes, Scopes *proto_scopes) in CodegenLLVM() argument
98 proto_scopes_(proto_scopes), expr_(nullptr) { in CodegenLLVM()