Searched defs:args (Results 201 - 225 of 1059) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedAttr.h212 memcpy(getArgsBuffer(), args, numArgs * sizeof(ArgsUnion)); local
201 ParsedAttr(IdentifierInfo *attrName, SourceRange attrRange, IdentifierInfo *scopeName, SourceLocation scopeLoc, ArgsUnion *args, unsigned numArgs, Syntax syntaxUsed, SourceLocation ellipsisLoc) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAbstractBasicReader.h160 llvm::Optional<T> readOptional(Args &&...args) { argument
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmpsutil.c57 const char *args, *desc; local
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.cpp96 extern "C" void __itt_error_handler(__itt_error_code err, va_list args) { argument
[all...]
H A Dkmp_i18n.cpp626 va_list args; local
788 void __kmp_msg(kmp_msg_severity_t severity, kmp_msg_t message, va_list args) { argument
853 va_list args; local
860 va_list args; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp805 std::vector<Value *> args; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DJSONBackend.cpp99 json::Array args; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DGraphWriter.cpp93 static bool ExecGraphViewer(StringRef ExecPath, std::vector<StringRef> &args, argument
158 std::vector<StringRef> args; local
169 std::vector<StringRef> args; local
179 std::vector<StringRef> args; local
189 std::vector<StringRef> args; local
230 std::vector<StringRef> args; local
283 std::vector<StringRef> args; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DVASprintf.cpp19 VASprintf(llvm::SmallVectorImpl<char> &buf, const char *fmt, va_list args) argument
H A DTimer.cpp65 va_list args; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunctionUsingABI.cpp23 ThreadPlanCallFunctionUsingABI( Thread &thread, const Address &function, llvm::Type &prototype, llvm::Type &return_type, llvm::ArrayRef<ABI::CallArgument> args, const EvaluateExpressionOptions &options) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValueArray.cpp158 Status OptionValueArray::SetArgs(const Args &args, VarSetOperationType op) { argument
[all...]
H A DOptionValueArgs.cpp16 size_t OptionValueArgs::GetArgs(Args &args) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointPrecondition.cpp22 Status BreakpointPrecondition::ConfigurePrecondition(Args &args) { argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp340 Args args; local
H A DSBError.cpp133 va_list args; local
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DTaskPool.h55 TaskPool::AddTask(F &&f, Args &&... args) { argument
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DMemory.h52 template <typename T, typename... U> T *make(U &&... args) { argument
H A DArgs.h24 namespace args { namespace in namespace:lld
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DArgs.cpp44 std::vector<StringRef> lld::args::getStrings(opt::InputArgList &args, int id) { argument
51 uint64_t lld::args::getZOptionValue(opt::InputArgList &args, in argument
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Dfilesystem_common.h61 va_list args; local
105 string format_string(const char* fmt, Args const&... args) { argument
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h97 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, argument
60 find(Node *s, args_type args, u32 hash) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenABITypes.cpp56 arrangeFreeFunctionCall(CodeGenModule &CGM, CanQualType returnType, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, RequiredArgs args) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h369 llvm::GlobalVariable *finishAndCreateGlobal(As &&...args) { argument
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmain.c59 read_name(const args_info *args) argument
170 args_info args; local
[all...]

Completed in 403 milliseconds

1234567891011>>