Home
last modified time | relevance | path

Searched refs:Present (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h47 int I = Map.Present.find_first(); in HashTableIterator()
71 assert(Map->Present.test(Index));
81 if (Map->Present.test(Index))
129 if (auto EC = readSparseBitVector(Stream, Present)) in load()
131 if (Present.count() != H->Size) in load()
137 if (Present.intersects(Deleted)) in load()
141 for (uint32_t P : Present) { in load()
158 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength()
187 if (auto EC = writeSparseBitVector(Writer, Present)) in commit()
204 Present.clear(); in clear()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParser.cpp81 bool Present = (getTok().getKind() == T); in parseOptionalToken() local
82 if (Present) in parseOptionalToken()
84 return Present; in parseOptionalToken()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DMCExternalSymbolizer.cpp68 SymbolicOp.AddSymbol.Present = true; in tryAddingSymbolicOperand()
86 if (SymbolicOp.AddSymbol.Present) { in tryAddingSymbolicOperand()
97 if (SymbolicOp.SubtractSymbol.Present) { in tryAddingSymbolicOperand()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h224 Present, enumerator
371 case OpenACCClauseKind::Present: in printOpenACCClauseKind()
466 Present, enumerator
477 case OpenACCDefaultClauseKind::Present: in printOpenACCDefaultClauseKind()
H A DOpenACCClauses.def49 VISIT_CLAUSE(Present)
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt14 Present if-and-only-if phy_type == utmi.
21 - timer: The timeout clock (clk_m). Present if phy_type == utmi.
23 Present if phy_type == utmi.
27 Present if phy_type == ulpi, and ULPI link mode is in use.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp84 SymbolicOp.AddSymbol.Present = true; in tryAddingSymbolicOperand()
170 if (SymbolicOp.AddSymbol.Present) { in tryAddingSymbolicOperand()
185 if (SymbolicOp.SubtractSymbol.Present) { in tryAddingSymbolicOperand()
/freebsd/sys/contrib/device-tree/Bindings/xillybus/
H A Dxillybus.txt9 - dma-coherent: Present if DMA operations are coherent
/freebsd/sys/contrib/device-tree/Bindings/crypto/
H A Damd-ccp.txt9 - dma-coherent: Present if dma operations are coherent
H A Darm-cryptocell.txt15 - dma-coherent: Present if dma operations are coherent.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h73 uint64_t Present; /* 1 if this symbol is present */ member
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/
H A Dcomplex52 // // Present only when compiling for host.
57 // // Present when compiling for host and for device.
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h195 ClauseKind == OpenACCClauseKind::Present || in getVarList()
294 ClauseKind == OpenACCClauseKind::Present || in setVarListDetails()
330 ClauseKind == OpenACCClauseKind::Present || in setVarListDetails()
/freebsd/sys/contrib/device-tree/Bindings/dma/xilinx/
H A Dzynqmp_dma.txt14 - dma-coherent : Present if dma operations are coherent.
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h153 static void getFillBytePresent(const uint8_t *Record, bool &Present) { in getFillBytePresent() argument
156 Present = (bool)Value; in getFillBytePresent()
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A DOpts.td12 def all : FF<"all", "Silently ignored. Present for GNU strings compatibility">;
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dmtk-uart-apdma.txt20 - mediatek,dma-33bits: Present if the DMA requires support
H A Dapm-xgene-dma.txt21 - dma-coherent : Present if dma operations are coherent
H A Darm-pl330.txt13 - dma-coherent : Present if dma operations are coherent
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhisilicon-pcie.txt21 - dma-coherent: Present if DMA operations are coherent.
H A Dxgene-pci.txt24 - dma-coherent: Present if DMA operations are coherent
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dapm-xgene.txt27 - dma-coherent : Present if dma operations are coherent
/freebsd/sys/contrib/device-tree/Bindings/display/hisilicon/
H A Dhisi-ade.txt32 - dma-coherent: Present if dma operations are coherent.
/freebsd/sys/contrib/device-tree/Bindings/infiniband/
H A Dhisilicon-hns-roce.txt21 - dma-coherent: Present if DMA operations are coherent.
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td62 def: F<"native-regs">; // Noop. Present for backwards compatibility only.

123