HomeSort by relevance Sort by last modified time
    Searched defs:FunctionTypeInfo (Results 1 - 3 of 3) sorted by null

  /art/compiler/sea_ir/types/
type_inference.h 50 class FunctionTypeInfo {
56 FunctionTypeInfo(const SeaGraph* graph, art::verifier::RegTypeCache* types);
63 FunctionTypeInfo(const SeaGraph* graph, InstructionNode* inst,
type_inference.cc 39 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, art::verifier::RegTypeCache* types)
47 FunctionTypeInfo::FunctionTypeInfo(const SeaGraph* graph, InstructionNode* inst,
57 const Type* FunctionTypeInfo::GetReturnValueType() {
68 std::vector<const Type*> FunctionTypeInfo::GetDeclaredArgumentTypes() {
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 120 milliseconds