Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp464 RecVec Delegates = Fn.getDeclaration()->getValueAsListOfDefs("Delegates"); in expandPrologue() local
470 for (const Record *Delegate : Delegates) { in expandPrologue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td359 // - A list of subtarget hooks (Delegates) that are called from this function.
382 list<STIPredicateDecl> Delegates = delegates;
402 let Delegates = [IsZeroIdiomDecl] in
/freebsd/crypto/openssl/doc/man1/
H A DCA.pl.pod105 Delegates work to L<openssl-pkcs12(1)>.
/freebsd/contrib/googletest/docs/
H A Dgmock_cook_book.md665 // Delegates the default actions of the methods to a FakeFoo object.