Home
last modified time | relevance | path

Searched defs:expand (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp271 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 DAVRShiftExpand.cpp75 void AVRShiftExpand::expand(BinaryOperator *BI) { in expand() function in AVRShiftExpand
/freebsd-13.1/crypto/openssl/crypto/objects/
H A Dobjects.pl157 sub expand subroutine
/freebsd-13.1/contrib/bmake/
H A Dstr.c117 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 Dkmp_lock.cpp2976 #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 Dsubst.c641 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 Ddeprecated.c115 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 Dcomp_local.h18 int (*expand) (COMP_CTX *ctx, member
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DExpandResponseFilesCompilationDatabase.cpp50 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 DGlobPattern.cpp27 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand() function
/freebsd-13.1/contrib/tcp_wrappers/
H A Dtcpdmatch.c331 static void expand(text, pattern, request) in expand() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp246 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 DMacroExpander.cpp158 llvm::SmallVector<FormatToken *, 8> MacroExpander::expand(FormatToken *ID, in expand() function in clang::format::MacroExpander
/freebsd-13.1/crypto/heimdal/appl/afsutil/
H A Dafslog.c136 afslog_cell(const char *cell, int expand) in afslog_cell()
/freebsd-13.1/usr.bin/mail/
H A Dfio.c329 expand(char *name) in expand() function
/freebsd-13.1/contrib/dma/
H A Ddma.c177 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 DPointer.h112 Pointer expand() const { in expand() function
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dtranslate.c176 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 Dmacro.c355 expand(s, buf, bufsize, e) in expand() function
/freebsd-13.1/crypto/openssl/apps/
H A Dengine.c48 const int expand = 256; in append_buf() local
/freebsd-13.1/crypto/openssl/crypto/lhash/
H A Dlhash.c214 static int expand(OPENSSL_LHASH *lh) in expand() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp158 void ProcessLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp277 void SBLaunchInfo::SetShellExpandArguments(bool expand) { in SetShellExpandArguments()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp127 void SymExpr::symbol_iterator::expand() { in expand() function in SymExpr::symbol_iterator
/freebsd-13.1/usr.bin/tip/tip/
H A Dcmds.c923 expand(char name[]) in expand() function

12