Searched defs:Destination (Results 1 - 22 of 22) sorted by relevance

/external/clang/include/clang/Tooling/
H A DFixIt.h60 // \brief Returns a FixItHint to replace \p Destination by \p Source.
62 FixItHint createReplacement(const D &Destination, const S &Source, argument
64 return FixItHint::CreateReplacement(internal::getSourceRange(Destination),
/external/clang/test/CodeGen/
H A Dms-intrinsics.c29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, argument
31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand);
34 // CHECK: define{{.*}}i8* @test_InterlockedCompareExchangePointer(i8** {{[a-z_ ]*}}%Destination, i8* {{[a-z_ ]*}}%Exchange, i8* {{[a-z_ ]*}}%Comparand){{.*}}{
35 // CHECK: %[[DEST:[0-9]+]] = bitcast i8** %Destination to [[iPTR]]*
/external/libcxxabi/test/
H A Ddynamic_cast_stress.pass.cpp57 typedef B<Width/2, Depth> Destination; typedef
58 // typedef A<Width, Depth> Destination;
59 Destination *b = nullptr;
62 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a);
/external/llvm/unittests/Support/
H A DErrorOrTest.cpp81 struct Destination { struct
82 Destination(const Source&) {} function in struct:__anon13693::Destination
83 Destination(Source&&) = delete;
86 ErrorOr<Destination> x = s;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMachineLocation.h82 MachineLocation Destination, Source; member in class:llvm::MachineMove
88 : Label(label), Destination(D), Source(S) {}
92 const MachineLocation &getDestination() const { return Destination; }
H A DMCDwarf.h237 MachineLocation Destination; member in class:llvm::MCCFIInstruction
245 : Operation(Op), Label(L), Destination(Register) {
250 : Operation(Move), Label(L), Destination(D), Source(S) {
254 : Operation(Op), Label(L), Destination(D), Source(S) {
259 const MachineLocation &getDestination() const { return Destination; }
/external/clang/lib/CodeGen/
H A DEHScopeStack.h47 llvm::BasicBlock *Destination; member in struct:clang::CodeGen::BranchFixup
H A DCGBuiltin.cpp1921 llvm::Value *Destination = local
1932 Builder.CreateAtomicCmpXchg(Destination, Comparand, Exchange,
/external/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp155 Instruction *Destination = Dep.getDestination(LAI); local
160 if (isa<LoadInst>(Destination))
161 LoadsWithUnknownDepedence.insert(Destination);
169 std::swap(Source, Destination);
176 auto *Load = dyn_cast<LoadInst>(Destination);
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DLocal.cpp67 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; local
79 Builder.CreateBr(Destination);
/external/v8/src/s390/
H A Dcode-stubs-s390.h352 enum Destination { kFPRegisters, kCoreRegisters }; enum in class:v8::internal::FloatingPointHelper
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h83 Instruction *Destination) :
85 Dst(Destination),
82 Dependence(Instruction *Source, Instruction *Destination) argument
H A DLoopAccessAnalysis.h167 unsigned Destination; member in struct:llvm::MemoryDepChecker::Dependence
171 Dependence(unsigned Source, unsigned Destination, DepType Type) argument
172 : Source(Source), Destination(Destination), Type(Type) {}
799 return LAI.getDepChecker().getMemoryInstructions()[Destination];
/external/vboot_reference/utility/
H A Defidecompress.c720 IN OUT VOID *Destination,
736 Destination - The destination buffer to store the decompressed data
761 Dst = Destination;
884 IN OUT VOID *Destination,
900 Destination - The destination buffer to store the decompressed data
918 Destination,
968 IN OUT VOID *Destination,
984 Destination - The destination buffer to store the decompressed data
1002 Destination,
717 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize, IN UINT8 Version ) argument
881 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
965 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp82 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; local
94 Builder.CreateBr(Destination);
/external/syslinux/efi32/include/efi/
H A Defiip.h231 EFI_IPv6_ADDRESS Destination; member in struct:__anon19520
348 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
/external/syslinux/efi64/include/efi/
H A Defiip.h231 EFI_IPv6_ADDRESS Destination; member in struct:__anon19700
348 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defiip.h231 EFI_IPv6_ADDRESS Destination; member in struct:__anon19903
348 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 FullDependence::FullDependence(Instruction *Source, Instruction *Destination, argument
239 : Dependence(Source, Destination), Levels(CommonLevels),
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h1661 ExecScope(TheScope->getId()), Destination(TheDest->getId()),
1669 Destination(SPIRVID_INVALID), Source(SPIRVID_INVALID),
1674 SPIRVValue *getDestination()const { return getValue(Destination);}
1681 Operands.push_back(Destination);
1690 _SPIRV_DEF_ENCDEC8(Type, Id, ExecScope, Destination, Source, NumElements,
1698 SPIRVId Destination; member in class:SPIRV::SPIRVGroupAsyncCopy
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h878 Destination, member in class:XFA_Element
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 568 milliseconds