Home
last modified time | relevance | path

Searched defs:FX (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/test/Layout/
H A Dms-x86-primary-bases.cpp262 struct FX : virtual B1X { int a; FX() : a(0xf000000F) {} }; in FX() argument
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1459 int FX = cast<FrameIndexSDNode>(N)->getIndex(); in SelectAddrFI() local
764 int FX = cast<FrameIndexSDNode>(N)->getIndex(); SelectFrameIndex() local
/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1019 const FunctionEffectsRef FX = T->getFunctionEffects(); printFunctionProtoAfter() local
H A DType.cpp5367 create(ArrayRef<FunctionEffect> FX,ArrayRef<EffectConditionExpr> Conds) create() argument
H A DASTContext.cpp13031 const auto *FX = cast<FunctionNoProtoType>(X), getCommonNonSugarTypeNode() local
13039 const auto *FX = cast<FunctionProtoType>(X), getCommonNonSugarTypeNode() local
/llvm-project/clang/lib/Sema/
H A DSemaType.cpp7526 FunctionEffectSet FX(EPI.FunctionEffects); handleNonBlockingNonAllocatingTypeAttr() local
H A DSemaDecl.cpp20219 diagnoseConflictingFunctionEffect(const FunctionEffectsRef & FX,const FunctionEffectWithCondition & NewEC,SourceLocation NewAttrLoc) diagnoseConflictingFunctionEffect() argument