Home
last modified time | relevance | path

Searched refs:Creator (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td17 def : Creator<[{ return ctx.getComplexType(elementType); }]>;
25 def : Creator<[{ return ctx.getPointerType(pointeeType); }]>;
44 …def : Creator<[{ return ctx.getCountAttributedType(WrappedTy, CountExpr, CountInBytes, OrNull, Cou…
55 def : Creator<[{ return ctx.getAdjustedType(originalType, adjustedType); }]>;
65 def : Creator<[{ return ctx.getAdjustedParameterType(originalType); }]>;
73 def : Creator<[{ return ctx.getBlockPointerType(pointeeType); }]>;
87 def : Creator<[{
94 def : Creator<[{
110 def : Creator<[{
135 def : Creator<[{
[all …]
H A DPropertiesBase.td210 class Creator<code create> {
232 /// Creator rules for the cases can additionally access a variable
264 def : Creator<[{ return APValue(); }]>;
267 def : Creator<[{ return APValue::IndeterminateValue(); }]>;
273 def : Creator<[{ return APValue(value); }]>;
285 def : Creator<[{
298 def : Creator<[{
309 def : Creator<[{ return APValue(real, imag); }]>;
327 def : Creator<[{
344 def : Creator<[{
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DManagedStatic.cpp27 void ManagedStaticBase::RegisterManagedStatic(void *(*Creator)(), in RegisterManagedStatic() argument
29 assert(Creator); in RegisterManagedStatic()
34 void *Tmp = Creator(); in RegisterManagedStatic()
46 Ptr = Creator(); in RegisterManagedStatic()
H A DParallel.cpp93 struct Creator { struct in llvm::parallel::detail::__anoncc39f2690111::ThreadPoolExecutor
155 static ManagedStatic<ThreadPoolExecutor, ThreadPoolExecutor::Creator, in getDefaultExecutor()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h83 template <class C, class Creator = object_creator<C>,
91 RegisterManagedStatic(Creator::call, Deleter::call);
101 RegisterManagedStatic(Creator::call, Deleter::call);
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h111 const Tool &Creator; variable
172 Command(const Action &Source, const Tool &Creator,
191 const Tool &getCreator() const { return Creator; } in getCreator()
244 CC1Command(const Action &Source, const Tool &Creator,
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DJob.cpp37 Command::Command(const Action &Source, const Tool &Creator, in Command() argument
42 : Source(Source), Creator(Creator), ResponseSupport(ResponseSupport), in Command()
388 CC1Command::CC1Command(const Action &Source, const Tool &Creator, in CC1Command() argument
394 : Command(Source, Creator, ResponseSupport, Executable, Arguments, Inputs, in CC1Command()
/freebsd/sys/contrib/device-tree/src/mips/img/
H A Dpistachio_marduk.dts5 * IMG Marduk board is also known as Creator Ci40.
13 model = "IMG Marduk (Creator Ci40)";
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp78 CreationRule Creator = nullptr; member
112 if (info.Creator) { in ASTPropsEmitter()
116 info.Creator = creationRule; in ASTPropsEmitter()
436 if (!nodeInfo.Creator) in emitPropertiedReaderWriterBody()
441 creationCode = nodeInfo.Creator.getCreationCode(); in emitPropertiedReaderWriterBody()
453 PrintFatalError(nodeInfo.Creator.getLoc(), in emitPropertiedReaderWriterBody()
/freebsd/sys/contrib/device-tree/Bindings/mips/img/
H A Dpistachio-marduk.txt9 It is also known as Creator Ci40. Marduk is legacy name and will
/freebsd/contrib/pkgconf/tests/lib-sbom-files/
H A Dbomtool-special.txt6 Creator: Tool: bomtool
H A Dbomtool-nolicense.txt6 Creator: Tool: bomtool
H A Dbomtool-basic.txt6 Creator: Tool: bomtool
H A Dbomtool-define_variable.txt6 Creator: Tool: bomtool
H A Dbomtool-multiple_packages.txt6 Creator: Tool: bomtool
H A Dbomtool-private_dependency.txt6 Creator: Tool: bomtool
H A Dbomtool-with_dependency.txt6 Creator: Tool: bomtool
H A Dbomtool-define_variable_with_dependency.txt6 Creator: Tool: bomtool
H A Dbomtool-meta_package.txt6 Creator: Tool: bomtool
/freebsd/contrib/file/magic/Magdir/
H A Dvirtual31 # Creator Application
33 >28 string x \b, Creator %-4.4s
34 # Creator Version: 0x00010000~Virtual Server 2004, 0x00050000~Virtual PC 2004
39 # Creator Host OS: 0x5769326B~Windows (Wi2k), 0x4D616320~Macintosh (Mac)
88 # Creator[256] like "QEMU v3.0.0", "Microsoft Windows 6.3.9600.18512"
H A Dole2compounddocs326 # Note: called "Easy CD Creator Layout" by TrID
329 >>>>128 lestring16 Contents : Easy CD Creator 2 Layout
767 # Note: called "Easy CD Creator Layout" by TrID,
768 # "Easy CD Creator 4" by CREATR32.exe and "Easy CD Creator Document" on Windows
771 # created by Adaptec Easy CD Creator 4.02b
774 >>>80 ubequad 0x0293c3a90a77d111 CD Creator 4 Layout
H A Driff717 # Note: called "Easy CD Creator disk image" by TrID,
718 # "Adaptec CD Image File" by Adaptec CD Creator 2.1.082 1995-1996 and
719 # "Easy CD/DVD Creator image" by PowerISO 8.5
720 >8 string imag \b, Easy CD Creator disk image
H A Dmacintosh222 # Apple Type/Creator Database
296 # Now Apple has no repository of registered Creator IDs any more. These are
H A Dapple187 >>4 string x \b, Creator tag "%-4.4s"
/freebsd/crypto/openssh/
H A DCREDITS1 Tatu Ylonen <ylo@cs.hut.fi> - Creator of SSH

12