| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRExpandPseudoInsts.cpp | 271 bool AVRExpandPseudo::expand<AVR::ADDWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 276 bool AVRExpandPseudo::expand<AVR::ADCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 281 bool AVRExpandPseudo::expand<AVR::SUBWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 286 bool AVRExpandPseudo::expand<AVR::SUBIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 333 bool AVRExpandPseudo::expand<AVR::SBCWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 386 bool AVRExpandPseudo::expand<AVR::ORWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 391 bool AVRExpandPseudo::expand<AVR::ORIWRdK>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 401 bool AVRExpandPseudo::expand<AVR::COMWRd>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 431 bool AVRExpandPseudo::expand<AVR::NEGWRd>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo 469 bool AVRExpandPseudo::expand<AVR::CPWRdRr>(Block &MBB, BlockIt MBBI) { in expand() function in __anon6489a73c0111::AVRExpandPseudo [all …]
|
| H A D | AVRShiftExpand.cpp | 75 void AVRShiftExpand::expand(BinaryOperator *BI) { in expand() function in AVRShiftExpand
|
| /freebsd-13.1/crypto/openssl/crypto/objects/ |
| H A D | objects.pl | 157 sub expand subroutine
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | str.c | 117 Substring_Words(const char *str, bool expand) in Substring_Words() 272 Str_Words(const char *str, bool expand) in Str_Words()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_lock.cpp | 2976 #define expand(l, op) 0, __kmp_init_direct_lock, macro 2982 #define expand(l, op) 0, (void (*)(kmp_dyna_lock_t *))__kmp_##op##_##l##_lock, macro 2986 #define expand(l, op) \ macro 2993 #define expand(l, op) \ macro 2998 #define expand(l, op) \ macro 3006 #define expand(l, op) \ macro 3013 #define expand(l, op) \ macro 3029 #define expand(l, op) (void (*)(kmp_user_lock_p)) __kmp_##op##_##l##_##lock, macro 3034 #define expand(l, op) (void (*)(kmp_user_lock_p)) __kmp_##op##_##l##_##lock, macro 3038 #define expand(l, op) \ macro [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | subst.c | 641 svn_boolean_t expand, in translate_keyword() 873 svn_boolean_t expand; member 918 svn_boolean_t expand, in create_translation_baton() 1483 svn_boolean_t expand, in stream_translated() 1555 svn_boolean_t expand, in svn_subst_stream_translated() 1574 svn_boolean_t expand, in translate_cstring() 1615 svn_boolean_t expand, in svn_subst_translate_cstring2() 1739 svn_boolean_t expand, in svn_subst_copy_and_translate4()
|
| H A D | deprecated.c | 115 svn_boolean_t expand, in svn_subst_translate_stream3() 140 svn_boolean_t expand, in svn_subst_translate_stream2() 155 svn_boolean_t expand) in svn_subst_translate_stream() 170 svn_boolean_t expand, in svn_subst_translate_cstring() 186 svn_boolean_t expand, in svn_subst_copy_and_translate() 200 svn_boolean_t expand, in svn_subst_copy_and_translate2() 217 svn_boolean_t expand, in svn_subst_copy_and_translate3()
|
| /freebsd-13.1/crypto/openssl/crypto/comp/ |
| H A D | comp_local.h | 18 int (*expand) (COMP_CTX *ctx, member
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | ExpandResponseFilesCompilationDatabase.cpp | 50 std::vector<CompileCommand> expand(std::vector<CompileCommand> Cmds) const { in expand() function in clang::tooling::__anon647664af0111::ExpandResponseFilesDatabase
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 27 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() function
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | tcpdmatch.c | 331 static void expand(text, pattern, request) in expand() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 246 void expand(SetTheory &ST, Record *Def, RecSet &Elts) override { in expand() function 308 const RecVec *SetTheory::expand(Record *Set) { in expand() function in SetTheory
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | MacroExpander.cpp | 158 llvm::SmallVector<FormatToken *, 8> MacroExpander::expand(FormatToken *ID, in expand() function in clang::format::MacroExpander
|
| /freebsd-13.1/crypto/heimdal/appl/afsutil/ |
| H A D | afslog.c | 136 afslog_cell(const char *cell, int expand) in afslog_cell()
|
| /freebsd-13.1/usr.bin/mail/ |
| H A D | fio.c | 329 expand(char *name) in expand() function
|
| /freebsd-13.1/contrib/dma/ |
| H A D | dma.c | 177 add_recp(struct queue *queue, const char *str, int expand) in add_recp()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Pointer.h | 112 Pointer expand() const { in expand() function
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | translate.c | 176 svn_boolean_t expand = (flags & SVN_WC_TRANSLATE_TO_NF) == 0; in svn_wc__internal_translated_file() local
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | macro.c | 355 expand(s, buf, bufsize, e) in expand() function
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | engine.c | 48 const int expand = 256; in append_buf() local
|
| /freebsd-13.1/crypto/openssl/crypto/lhash/ |
| H A D | lhash.c | 214 static int expand(OPENSSL_LHASH *lh) in expand() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ProcessLaunchInfo.cpp | 158 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBLaunchInfo.cpp | 277 void SBLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 127 void SymExpr::symbol_iterator::expand() { in expand() function in SymExpr::symbol_iterator
|
| /freebsd-13.1/usr.bin/tip/tip/ |
| H A D | cmds.c | 923 expand(char name[]) in expand() function
|