Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp424 RecVec Delegates = Fn.getDeclaration()->getValueAsListOfDefs("Delegates"); in expandPrologue() local
430 for (const Record *Delegate : Delegates) { in expandPrologue()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td319 // - A list of subtarget hooks (Delegates) that are called from this function.
342 list<STIPredicateDecl> Delegates = delegates;
362 let Delegates = [IsZeroIdiomDecl] in
/freebsd-13.1/crypto/openssl/doc/man1/
H A DCA.pl.pod83 Delegates work to B<openssl pkcs12> command.
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DCookBook.md446 // Delegates the default actions of the methods to a FakeFoo object.