/freebsd/usr.bin/indent/tests/ |
H A D | declarations.0 | 18 typedef struct Complex 22 } Complex;
|
H A D | declarations.0.stdout | 17 typedef struct Complex { 20 } Complex;
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-j721s2-evm-pcie1-ep.dtso | 20 * Since Root Complex and Endpoint modes are mutually exclusive 21 * disable Root Complex mode.
|
H A D | k3-j721e-evm-pcie0-ep.dtso | 20 * Since Root Complex and Endpoint modes are mutually exclusive 21 * disable Root Complex mode.
|
H A D | k3-j784s4-evm-pcie0-pcie1-ep.dtso | 20 * Since Root Complex and Endpoint modes are mutually exclusive 21 * disable Root Complex mode.
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstShared.h | 40 Complex = 9, enumerator
|
H A D | Type.cpp | 699 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local 700 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType() 701 return Complex; in getAsComplexIntegerType() 2629 case Type::Complex: in isCXX98PODType() 3092 case Complex: in isSpecifierType() 4524 case Type::Complex: in computeCachedProperties() 4612 case Type::Complex: in computeTypeLinkageInfo() 4811 case Type::Complex: in canHaveNullability()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3588-rock-5b-pcie-srns.dtso | 3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Root Complex
|
/freebsd/sys/contrib/device-tree/Bindings/misc/ |
H A D | fsl,qoriq-mc.txt | 1 * Freescale Management Complex 3 The Freescale Management Complex (fsl-mc) is a hardware resource 45 Definition: Must be "fsl,qoriq-mc". A Freescale Management Complex
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyBuiltinDumper.cpp | 79 case PDB_BuiltinType::Complex: in getTypeName()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGValue.h | 45 enum FlavorEnum { Scalar, Complex, Aggregate }; 65 bool isComplex() const { return Flavor == Complex; } 111 ER.Flavor = Complex;
|
H A D | CGExprConstant.cpp | 2342 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2344 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2346 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate() 2351 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2352 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate() 2365 llvm::Constant *Complex[2]; in tryEmitPrivate() local 2367 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2369 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate() 2374 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate() 2375 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-g12b-a311d-khadas-vim3.dts | 27 * USB3.0 from the USB Complex and enable the PCIe controller.
|
H A D | meson-g12b-s922x-khadas-vim3.dts | 27 * USB3.0 from the USB Complex and enable the PCIe controller.
|
H A D | meson-sm1-khadas-vim3l.dts | 95 * USB3.0 from the USB Complex and enable the PCIe controller.
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | sifive-l2-cache.txt | 4 of memory for masters in a Core Complex. The Level 2 Cache Controller also
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | TypeBitCodes.def | 14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | ti,omap3isp.txt | 17 syscon : the phandle and register offset to the Complex I/O or CSI-PHY
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_mc_if.m | 32 * @brief Interface of the DPAA2 Management Complex (MC) bus driver.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonIntrinsicsV5.td | 128 // Complex multiply 32x16 138 // Complex add/sub halfwords/words
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedFalkor.td | 43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic
|
H A D | AArch64SchedA510.td | 752 // Complex add 757 // Complex dot product 8-bit element 760 // Complex dot product 16-bit element 763 // Complex multiply-add B, H, S element size 767 // Complex multiply-add D element size
|
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | ocelot.txt | 64 pcie@1f0000000 { /* Integrated Endpoint Root Complex */
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeTypeEnum.cpp | 240 return PDB_BuiltinType::Complex; in getBuiltinType()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 350 Complex = 28, enumerator
|