Home
last modified time | relevance | path

Searched +full:bd +full:- +full:stash (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dfsl,gianfar.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Freescale Three-Speed Ethernet Controller (TSEC), "Gianfar"
10 - J. Neuschäfer <j.ne@posteo.net>
12 # This is needed to distinguish gianfar.yaml and gianfar-mdio.yaml, because
16 - properties:
23 - device_type
25 - properties:
30 - compatible
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1 //===--- Sema.cpp - AST Builder and Semantic Analysis Implementation ------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
103 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking()
109 return CachedDarwinSDKInfo->get(); in getDarwinSDKInfoForAvailabilityChecking()
125 OS << ParamName->getName() << ":auto"; in InventAbbreviatedTemplateParameterTypeName()
139 Policy.Bool = BoolMacro->isObjectLike() && in getPrintingPolicy()
140 BoolMacro->getNumTokens() == 1 && in getPrintingPolicy()
141 BoolMacro->getReplacementToken(0).is(tok::kw__Bool); in getPrintingPolicy()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1 //===-- X86MCInstLower.cpp - Convert X86 MachineInstr to an MCInst --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
58 static cl::opt<bool> EnableBranchHint("enable-branch-hint",
62 "branch-hint-probability-threshold",
68 /// X86MCInstLower - This class is used to lower an MachineInstr into an MCInst.
123 CodeEmitter->encodeInstruction(Inst, Code, Fixups, STI); in count()
134 emitX86Nops(OutStreamer, RequiredShadowSize - CurrentShadowSize, in emitShadowPadding()
135 &MF->getSubtarget<X86Subtarget>()); in emitShadowPadding()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp1 //===-- RewriteModernObjC.cpp - Playground for the code rewriter ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
111 /* Misc. containers needed for meta-data rewrite. */
119 /// DefinedNonLazyClasses - List of defined "non-lazy" classes.
122 /// DefinedNonLazyCategories - List of defined "non-lazy" categories.
194 if (!Class->isThisDeclarationADefinition()) { in HandleTopLevelDecl()
205 if (!Proto->isThisDeclarationADefinition()) { in HandleTopLevelDecl()
216 if (FDecl->isThisDeclarationADefinition() && in HandleTopLevelDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1 //===--- ExprConstant.cpp - Expression Constant Evaluator -----------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
20 // * A flag indicating if evaluation encountered (unevaluated) side-effects.
29 // fold a potential constant sub-expression will be indicated by a 'false'
31 // expression is not necessarily non-constant).
33 //===----------------------------------------------------------------------===//
108 if (E->isPRValue()) in getStorageType()
109 return E->getType(); in getStorageType()
110 return Ctx.getLValueReferenceType(E->getType()); in getStorageType()
[all …]