Searched refs:Pascal (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h234 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
240 bool Pascal; member in class:clang::StringLiteralParser
263 bool isPascal() const { return Pascal; }
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DXCOFF.cpp89 LANG_CASE(Pascal)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dp-lang.c0 /* Pascal language support routines for GDB, the GNU debugger.
66 written in Pascal. */
96 but this does not happen for Free Pascal nor for GPC. */
105 /* Old Borland type pascal strings from Free Pascal Compiler. */
258 /* Constant data representing the Pascal language. */
263 "Pascal",
280 /* Class representing the Pascal language. */
505 /* Single instance of the Pascal language class. */
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp1500 ResultPtr(ResultBuf.data()), hadError(false), Pascal(false) {
1576 Pascal = false;
1707 Pascal = true;
1708 } else if (Pascal)
1760 if (Pascal) {
H A DPPDirectives.cpp1223 if (Literal.Pascal) {
1373 if (Literal.Pascal) {
H A DPreprocessor.cpp1352 if (Literal.Pascal) {
/netbsd-current/share/mk/
H A Dsys.mk187 # Pascal
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h148 Pascal = 0x04,
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
H A Dexample.pas5 * Pascal translation
/netbsd-current/common/dist/zlib/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
H A Dexample.pas5 * Pascal translation
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
H A Dexample.pas5 * Pascal translation
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
H A Dexample.pas5 * Pascal translation
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dzlibpas.pas1 (* zlibpas -- Pascal interface to the zlib data compression library
H A Dexample.pas5 * Pascal translation
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp100 CV_ENUM_ENT(SourceLanguage, Pascal), CV_ENUM_ENT(SourceLanguage, Basic),
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp219 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Lang, Pascal, OS)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h62 Pascal, member in class:llvm::ms_demangle::CallingConv
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp89 case CallingConv::Pascal:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1804 bool Pascal, QualType Ty, const SourceLocation *Loc,
1824 StringKind Kind, bool Pascal, QualType Ty,
1830 StringKind Kind, bool Pascal, QualType Ty,
1832 return Create(Ctx, Str, Kind, Pascal, Ty, &Loc, 1);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp195 RETURN_CASE(SourceLanguage, Pascal, "pascal");
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1709 case attr::Pascal: OS << "pascal"; break;

Completed in 212 milliseconds

12