Home
last modified time | relevance | path

Searched refs:DirectiveName (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dprscan.c201 char *DirectiveName);
1285 char *DirectiveName) in PrDbgPrint() argument
1293 Action, DirectiveName, AslGbl_IfDepth); in PrDbgPrint()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DClauseT.h191 using DirectiveName = llvm::omp::Directive;
330 using List = ListT<type::DirectiveName>;
458 using List = ListT<type::DirectiveName>;
679 using DirectiveNameModifier = type::DirectiveName;
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp364 bool parseCVFunctionId(int64_t &FunctionId, StringRef DirectiveName);
365 bool parseCVFileId(int64_t &FileId, StringRef DirectiveName);
3733 StringRef DirectiveName) { in parseCVFunctionId() argument
3741 bool AsmParser::parseCVFileId(int64_t &FileNumber, StringRef DirectiveName) { in parseCVFileId() argument
3746 "file number less than one in '" + DirectiveName + in parseCVFileId()
3749 "unassigned file number in '" + DirectiveName + "' directive"); in parseCVFileId()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp172 DeclarationNameInfo DirectiveName; member
228 : Directive(DKind), DirectiveName(Name), CurScope(CurScope), in SharingMapTy()
1996 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()