Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dnull-deref-path-notes.c15 char *destination = 0; // expected-note{{'destination' initialized to a null pointer value}} in f1() local
21 char *destination = 0; // expected-note{{'destination' initialized to a null pointer value}} in f2() local
27 char *destination = 0; // expected-note{{'destination' initialized to a null pointer value}} in f3() local
34 char *destination = 0; // expected-note{{'destination' initialized to a null pointer value}} in f4() local
/llvm-project/flang/test/Lower/Intrinsics/
H A Dnot.f905 integer :: destination local
/llvm-project/mlir/include/mlir/Transforms/
H A DCFGToSCF.h118 Value dummyFlag, Block *destination, in createSingleDestinationBranch()
/llvm-project/lld/ELF/
H A DThunks.h59 Symbol &destination; global() variable
/llvm-project/openmp/runtime/src/
H A DCMakeLists.txt455 set (destination ${LIBOMP_HEADERS_INSTALL_PATH}) global() variable
457 set (destination ${LIBOMP_MODULES_INSTALL_PATH}) global() variable
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformMacOSX.h57 Status GetFile(const FileSpec &source, const FileSpec &destination) override { in GetFile()
H A DPlatformDarwin.cpp187 PutFile(const lldb_private::FileSpec & source,const lldb_private::FileSpec & destination,uint32_t uid,uint32_t gid) PutFile() argument
/llvm-project/lldb/source/DataFormatters/
H A DCXXFunctionPointer.cpp26 std::string destination; in CXXFunctionPointerSummaryProvider() local
/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h329 ConsumeData(void * destination,size_t num_bytes) ConsumeData() argument
337 CopyAndAdvance(void * destination,size_t num_bytes) CopyAndAdvance() argument
/llvm-project/llvm/cmake/modules/
H A DLLVMDistributionSupport.cmake194 set(destination "${${project_upper}_INSTALL_PACKAGE_DIR}") variable
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/
H A Dintercept.py112 def setup_environment(args, destination): argument
H A Danalyze.py529 def destination(): function
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp207 GetFile(const FileSpec & source,const FileSpec & destination) GetFile() argument
252 PutFile(const FileSpec & source,const FileSpec & destination,uint32_t uid,uint32_t gid) PutFile() argument
/llvm-project/mlir/include/mlir/IR/
H A DDialectRegistry.h183 appendTo(DialectRegistry & destination) appendTo() argument
/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp93 const lldb_private::FileSpec &destination, uint32_t uid, in PutFile() argument
158 GetFile(const lldb_private::FileSpec & source,const lldb_private::FileSpec & destination) GetFile() argument
[all...]
/llvm-project/lldb/source/Core/
H A DValueObject.cpp
H A DDebugger.cpp926 FileSpec destination = dir.CopyByAppendingPathComponent(file_name); Debugger() local
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConvertToDestinationStyle.cpp35 Value destination, ArrayRef<int64_t> shape, in createInserts() argument
[all...]
/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp634 return Platform::PutFile(source, destination, uid, gid); in PutFile() argument
/llvm-project/mlir/lib/Dialect/ControlFlow/IR/
H A DControlFlowOps.cpp533 Block *destination; in parseSwitchOpCases() local
/llvm-project/lldb/source/Target/
H A DPlatform.cpp1114 PutFile(const FileSpec & source,const FileSpec & destination,uint32_t uid,uint32_t gid) PutFile() argument
1200 GetFile(const FileSpec & source,const FileSpec & destination) GetFile() argument
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1074 SExpr *destination() { return Dest; } // Address to store to in destination() function
1075 const SExpr *destination() const { return Dest; } in destination() function
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp517 Block *destination; parseSwitchOpCases() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp114 FailureOr<Value> destination = getOrCreateDestination(b, loc, opResult); getOrCreateDestinations() local
[all...]
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp7244 fir::ArrayLoadOp destination; global() member in __anonb82c9c085811::ArrayExprLowering
[all...]