Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libomptarget/src/
H A Dprivate.h159 const char *RegionType) { in printKernelArguments() argument
162 RegionType, Info.getFilename(), Info.getLine(), Info.getColumn(), in printKernelArguments()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp978 StringRef RegionType; in parseDirectiveDataRegion() local
980 if (getParser().parseIdentifier(RegionType)) in parseDirectiveDataRegion()
982 int Kind = StringSwitch<int>(RegionType) in parseDirectiveDataRegion()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp709 QualType RegionType = DynType.getType()->getPointeeType(); in getRuntimeDefinition() local
710 assert(!RegionType.isNull() && "DynamicTypeInfo should always be a pointer."); in getRuntimeDefinition()
712 const CXXRecordDecl *RD = RegionType->getAsCXXRecordDecl(); in getRuntimeDefinition()