Home
last modified time | relevance | path

Searched defs:append (Results 1 – 25 of 77) sorted by relevance

1234

/llvm-project/openmp/cmake/
H A DHandleOpenMPOptions.cmake13 function(append value) function
/llvm-project/llvm/cmake/modules/
H A DHandleLLVMStdlib.cmake9 function(append value) function
/llvm-project/libc/src/__support/CPP/utility/
H A Dinteger_sequence.h18 template <T Next> using append = integer_sequence<T, Ints..., Next>; global() member
/llvm-project/clang/include/clang/Basic/
H A DMacroBuilder.h40 void append(const Twine &Str) { append() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.cpp17 uint32_t ClangDeclVendor::FindDecls(ConstString name, bool append, in FindDecls()
H A DClangASTSource.cpp799 bool append = false; FindDeclInModules() local
849 bool append = false; FindDeclInObjCRuntime() local
1081 bool append = false; FindObjCMethodDecls() local
1121 bool append = false; FindObjCMethodDecls() local
1254 bool append = false; FindObjCPropertyAndIvarDecls() local
1297 bool append = false; FindObjCPropertyAndIvarDecls() local
[all...]
/llvm-project/clang/test/CodeGenCXX/
H A Dpr18962.cpp5 void (*append)(A *); member in A
/llvm-project/mlir/include/mlir/IR/
H A DDiagnostics.h340 InFlightDiagnostic &append(Args &&...args) & { in append() function
227 Diagnostic &append(Arg1 &&arg1, Arg2 &&arg2, Args &&...args) { append() function
233 Diagnostic &append(Arg &&arg) { append() function
333 InFlightDiagnostic &append(Args &&...args) & { append() function
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DSmallString.h68 void append(StringRef RHS) { in append() function
73 void append(std::initializer_list<StringRef> Refs) { in append() function
/llvm-project/libc/src/__support/
H A Dchar_vector.h40 LIBC_INLINE bool append(char new_char) { append() function
/llvm-project/clang-tools-extra/clang-doc/assets/
H A Dindex.js2 function append(Base, New) { global() function
/llvm-project/lldb/include/lldb/Target/
H A DLanguage.h115 const bool append = false; in Find_Impl() local
138 const bool append = true; in Find_Impl() local
/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp155 void SBLaunchInfo::SetArguments(const char **argv, bool append) { in SetArguments()
183 void SBLaunchInfo::SetEnvironmentEntries(const char **envp, bool append) { in SetEnvironmentEntries()
188 void SBLaunchInfo::SetEnvironment(const SBEnvironment &env, bool append) { in SetEnvironment()
H A DSBEnvironment.cpp108 void SBEnvironment::SetEntries(const SBStringList &entries, bool append) { in SetEntries()
H A DSBStream.cpp80 void SBStream::RedirectToFile(const char *path, bool append) { in RedirectToFile()
/llvm-project/lldb/source/Core/
H A DFileLineResolver.cpp49 const bool append = true; in SearchCallback() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp81 const bool append = true; BuildAddressRangeTable() local
/llvm-project/clang-tools-extra/clangd/index/
H A DBackgroundQueue.cpp102 void BackgroundQueue::append(std::vector<Task> Tasks) { in append() function in clang::clangd::BackgroundQueue
/llvm-project/mlir/test/lib/IR/
H A DTestSlicing.cpp82 std::string append = runOnOperation() local
/llvm-project/clang/tools/libclang/
H A DCIndexDiagnostic.h102 void append(std::unique_ptr<CXDiagnosticImpl> D) { in append() function
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DTarget.h59 bool append : 1; variable
/llvm-project/clang/include/clang/AST/
H A DASTVector.h184 void append(const ASTContext &C, in_iter in_start, in_iter in_end) { in append() function
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() function
/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDesignatedInitializers.cpp72 bool append(std::string &Out, bool ForSubobject) { in append() function in clang::tidy::utils::__anoncad276e00111::AggregateDesignatorNames
/llvm-project/mlir/include/mlir/Interfaces/
H A DControlFlowInterfaces.h107 void append(ValueRange valueRange) { forwardedOperands.append(valueRange); } in append() function
/llvm-project/lldb/test/API/tools/lldb-server/
H A DTestGdbRemotePlatformFile.py349 append=False, argument

1234