Home
last modified time | relevance | path

Searched defs:Common (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DConfigManager.h39 CommonConfig Common; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFCopy.cpp84 bool Common = false; in updateMap() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h108 Common, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp317 struct Common { struct
318 std::string Name;
319 std::string Scope;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h83 Common = 1U << 2, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp206 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) { in getPartialSpecializations()
209 ArrayRef<Decl> getPartialSpecializations(FunctionTemplateDecl::Common *) { in getPartialSpecializations()
215 auto *Common = D->getCommonPtr(); in AddTemplateSpecializations() local
/freebsd/sys/contrib/dev/acpica/include/
H A Dacobject.h627 ACPI_OBJECT_COMMON Common; member
698 ACPI_COMMON_DESCRIPTOR Common; member
H A Daclocal.h939 ACPI_COMMON_STATE Common; member
1195 ACPI_PARSE_OBJ_COMMON Common; member
H A Dactbl2.h444 ACPI_AEST_NODE_INTERFACE_COMMON Common; member
453 ACPI_AEST_NODE_INTERFACE_COMMON Common; member
462 ACPI_AEST_NODE_INTERFACE_COMMON Common; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp1523 if (Instruction *Common = commonIDivTransforms(I)) in visitUDiv() local
1592 if (Instruction *Common = commonIDivTransforms(I)) in visitSDiv() local
2245 if (Instruction *Common = commonIRemTransforms(I)) in visitSRem() local
H A DInstCombineSelect.cpp3169 bool SelFirst = false) -> Instruction * { in foldSelectOfBools()
3217 bool SelFirst = false) -> Instruction * { in foldSelectOfBools()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h5083 enum SubExpr { Operand, Common, Ready, Suspend, Resume, Count }; enumerator
5093 Expr *Common, Expr *Ready, Expr *Suspend, Expr *Resume, in CoroutineSuspendExpr()
5107 Expr *Operand, Expr *Common) in CoroutineSuspendExpr()
5199 : CoroutineSuspendExpr(CoawaitExprClass, CoawaitLoc, Operand, Common, in CoroutineSuspendExpr() argument
5207 Common) { in CoroutineSuspendExpr() argument
5277 CoyieldExpr(SourceLocation CoyieldLoc, Expr *Operand, Expr *Common, in CoyieldExpr()
5283 Expr *Common) in CoyieldExpr()
H A DDeclTemplate.h813 mutable CommonBase *Common = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp894 unsigned Common = GetDeepestCommonScope(JumpScope, TargetScope); in DiagnoseIndirectOrAsmJump() local
H A DSemaLookup.cpp188 DeclContext *Common = UD->getNominatedNamespace(); in addUsingDirective() local
H A DSemaInit.cpp8201 Expr *Common = ArrayLoopCommonExprs.pop_back_val(); in Perform() local
H A DSemaCodeComplete.cpp5645 const Type *Common = nullptr; in getApproximateType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetRegisterInfo.cpp280 if (unsigned Common = *A++ & *B++) in firstCommonClass() local
H A DComplexDeinterleavingPass.cpp215 Value *Common; member
1126 auto *Common = FindCommonInstruction(RealMuls[i], ImagMuls[j]); in collectPartialMuls() local
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp728 void convertCommonEntity(const T &Common, CommonEntityInfo &Info, in convertCommonEntity()
737 void convertCommonType(const T &Common, CommonTypeInfo &Info, in convertCommonType()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2929 bool Common = Flags & SymbolRef::SF_Common; in printSymbol() local
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8060 unsigned Common = std::min(LHS, RHS); in computeNumSignBitsBinOp() local