/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | CallingConvLower.h | 190 bool isAllocated(unsigned Reg) const { in isAllocated() function 234 if (!isAllocated(Regs[i])) in getFirstUnallocated() 243 if (isAllocated(Reg)) return 0; in AllocateReg() 250 if (isAllocated(Reg)) return 0; in AllocateReg()
|
/external/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 290 bool isAllocated(unsigned Reg) const { in isAllocated() function 334 if (!isAllocated(Regs[i])) in getFirstUnallocated() 343 if (isAllocated(Reg)) return 0; in AllocateReg() 350 if (isAllocated(Reg)) return 0; in AllocateReg() 382 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallingConv.cpp | 35 if (!State.isAllocated(Reg)) in CC_X86_32_RegCall_Assign2Regs() 97 if (!State.isAllocated(Reg)) { in CC_X86_VectorCallAssignRegister() 135 if (State.isAllocated(X86::R9)) { in CC_X86_64_VectorCall()
|
D | X86ISelLowering.cpp | 3302 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | CallingConvLower.h | 284 bool isAllocated(unsigned Reg) const { in isAllocated() function 345 if (!isAllocated(Regs[i])) in getFirstUnallocated() 354 if (isAllocated(Reg)) return 0; in AllocateReg() 361 if (isAllocated(Reg)) return 0; in AllocateReg() 393 if (isAllocated(Regs[StartIdx + BlockIdx])) { in AllocateRegBlock()
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | ObjCRetainCount.h | 182 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { 183 return RetEffect(isAllocated ? OwnedAllocatedSymbol : OwnedSymbol, o);
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | Asset.java | 140 abstract boolean isAllocated(); // { return false; } in isAllocated() method in Asset 312 if (cur.isAllocated()) { in getAssetAllocations() 608 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._FileAsset 1098 boolean isAllocated() { return mBuf != null; } in isAllocated() method in Asset._CompressedAsset
|
/external/antlr/runtime/C/src/ |
D | antlr3filestream.c | 383 input->isAllocated = ANTLR3_TRUE; in antlr3read8Bit() 466 input->isAllocated = ANTLR3_FALSE; in antlr3CreateStringStream()
|
D | antlr3inputstream.c | 222 if (input->isAllocated && input->data != NULL) in antlr3InputClose() 290 input->isAllocated = ANTLR3_FALSE; in antlr38BitReuse()
|
/external/antlr/runtime/C/include/ |
D | antlr3input.h | 77 int isAllocated; member
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocChecker.cpp | 77 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon42261f860111::RefState 427 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon42261f860111::MallocChecker::MallocBugVisitor 431 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isAllocated() 432 (!SPrev || !(SPrev->isAllocated() || in isAllocated() 459 (S && (S->isAllocated() || S->isAllocatedOfSizeZero())) && in isReallocFailedCheck() 460 (SPrev && !(SPrev->isAllocated() || in isReallocFailedCheck() 907 if (RS->isAllocated()) in ProcessZeroAllocation() 1406 } else if (RsBase->isAllocated() || RsBase->isAllocatedOfSizeZero() || in FreeMemAux() 1432 ReleasedAllocated = (RsBase != nullptr) && (RsBase->isAllocated() || in FreeMemAux() 2139 if (I->second.isAllocated() || I->second.isAllocatedOfSizeZero()) in checkDeadSymbols() [all …]
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3input.hpp | 157 void set_isAllocated( bool isAllocated );
|
D | antlr3input.inl | 198 ANTLR_INLINE void InputStream<ImplTraits>::set_isAllocated( bool isAllocated ) argument 200 m_isAllocated = isAllocated;
|
/external/icu/icu4c/source/common/ |
D | utrie.h | 563 UBool isAllocated, isDataAllocated; member
|
D | utrie.cpp | 71 trie->isAllocated= (UBool)(fillIn==NULL); in utrie_open() 159 if(trie->isAllocated) { in utrie_close()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CallingConvLower.cpp | 69 if (!isAllocated(Reg)) in IsShadowAllocatedReg()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 48 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIISelLowering.cpp | 107 if (!CCInfo.isAllocated(AMDGPU::SGPR0 + Reg)) { in findFirstFreeSGPR()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 2833 if (Is64Bit && !CCInfo.isAllocated(X86::AL)) { in LowerFormalArguments()
|