Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1389 const FunctionEffectsRef &FX, const FunctionEffectWithCondition &NewEC, in diagnoseConflictingFunctionEffect()
1446 const FunctionEffectsRef &FX) { in maybeAddDeclWithEffects()
1469 void Sema::addDeclWithEffects(const Decl *D, const FunctionEffectsRef &FX) { in addDeclWithEffects()
H A DSemaType.cpp7676 FunctionEffectSet FX(EPI.FunctionEffects); in handleNonBlockingNonAllocatingTypeAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp766 int FX = cast<FrameIndexSDNode>(N)->getIndex(); in SelectFrameIndex() local
1460 int FX = cast<FrameIndexSDNode>(N)->getIndex(); in SelectAddrFI() local
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c129 #define FX global() macro
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1042 const FunctionEffectsRef FX = T->getFunctionEffects(); in printFunctionProtoAfter() local
H A DType.cpp5607 FunctionEffectsRef::create(ArrayRef<FunctionEffect> FX, in create()
H A DASTContext.cpp14106 const auto *FX = cast<FunctionNoProtoType>(X), in getCommonNonSugarTypeNode() local
14114 const auto *FX = cast<FunctionProtoType>(X), in getCommonNonSugarTypeNode() local
/freebsd/sys/dev/sound/pci/
H A Demu10kx.c99 #define FX(i) (i) macro
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15453 if (FunctionEffectsRef FX = D->getFunctionEffects(); !FX.empty()) in maybeAddDeclWithEffects() local