Home
last modified time | relevance | path

Searched defs:builtins (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Interpreter/
H A Dembedded_interpreter.py4 import __builtin__ as builtins namespace
/freebsd-src/contrib/ntp/ntpdc/
H A Dntpdc.c111 static struct xcmd builtins[] = { variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1469 auto builtins = PythonModule::BuiltinsModule(); in Init() local
/freebsd-src/contrib/ntp/ntpq/
H A Dntpq.c264 struct xcmd builtins[] = { variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp871 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument