HomeSort by relevance Sort by last modified time
    Searched refs:PtrValue (Results 1 - 25 of 27) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
metadata.h 67 delete PtrValue<Container>();
74 return PtrValue<Container>()->unknown_fields_;
82 return &PtrValue<Container>()->unknown_fields_;
90 return PtrValue<Container>()->arena_;
92 return PtrValue<Arena>();
134 template<typename T> T* PtrValue() const {
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h 67 delete PtrValue<Container>();
74 return PtrValue<Container>()->unknown_fields_;
82 return &PtrValue<Container>()->unknown_fields_;
90 return PtrValue<Container>()->arena_;
92 return PtrValue<Arena>();
134 template<typename T> T* PtrValue() const {
  /external/llvm/lib/Transforms/Scalar/
LoopDataPrefetch.cpp 223 Value *PtrValue;
228 PtrValue = LMemI->getPointerOperand();
232 PtrValue = SMemI->getPointerOperand();
235 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace();
239 if (L->isLoopInvariant(PtrValue))
242 const SCEV *LSCEV = SE->getSCEV(PtrValue);
292 DEBUG(dbgs() << " Access: " << *PtrValue << ", SCEV: " << *LSCEV
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 188 Value *PtrValue;
193 PtrValue = LMemI->getPointerOperand();
196 PtrValue = SMemI->getPointerOperand();
200 PtrValue = IMemI->getArgOperand(0);
204 unsigned PtrAddrSpace = PtrValue->getType()->getPointerAddressSpace();
210 PtrValue->getType()->getPointerElementType()->isVectorTy())
213 if (L->isLoopInvariant(PtrValue))
216 const SCEV *LSCEV = SE->getSCEVAtScope(PtrValue, L);
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Library/IniParsingLib/
IniParsingLib.c 58 CHAR8 *PtrValue;
324 if (PtrSection->PtrValue != NULL) {
325 DEBUG((DEBUG_VERBOSE, " Value - %a\n", PtrSection->PtrValue));
594 SectionItem->PtrValue = NULL;
701 SectionItem->PtrValue = NULL;
767 SectionItem->PtrValue = AllocatePool (Length + 1);
768 if (SectionItem->PtrValue == NULL) {
773 CopyMem (SectionItem->PtrValue, Buffer, Length);
774 *(SectionItem->PtrValue + Length) = '\0';
804 if (PtrSection->PtrValue != NULL) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
IRBuilder.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
IRBuilder.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/BPDG/
GenVpd.py 350 PtrValue = ValueRe.findall(line)
354 if len(PtrValue) >= 1:
362 ValueList[4] = PtrValue[0]
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
MetaFileParser.py     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
MetaFileParser.py     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.h     [all...]

Completed in 1466 milliseconds

1 2