Home
last modified time | relevance | path

Searched refs:CallerFeatureMap (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DBuiltinTargetFeatures.h38 const llvm::StringMap<bool> &CallerFeatureMap; variable
64 : CallerFeatureMap.lookup(F); in getAndFeatures()
77 CallerFeatureMap.lookup(FeatureList.substr(SubexpressionStart)); in getAndFeatures()
89 TargetFeatures(const llvm::StringMap<bool> &CallerFeatureMap) in TargetFeatures() argument
90 : CallerFeatureMap(CallerFeatureMap) {} in TargetFeatures()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2573 llvm::StringMap<bool> CallerFeatureMap; in checkTargetFeatures() local
2574 CGM.getContext().getFunctionFeatureMap(CallerFeatureMap, FD); in checkTargetFeatures()
2578 FeatureList, CallerFeatureMap)) { in checkTargetFeatures()
2606 if (!CallerFeatureMap.lookup(Feature)) { in checkTargetFeatures()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2042 llvm::StringMap<bool> CallerFeatureMap; in checkTypeSupport() local
2043 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in checkTypeSupport()
2045 "sve", CallerFeatureMap)) in checkTypeSupport()
H A DSemaDecl.cpp8698 llvm::StringMap<bool> CallerFeatureMap; in CheckVariableDeclarationType() local
8699 Context.getFunctionFeatureMap(CallerFeatureMap, FD); in CheckVariableDeclarationType()
8701 "sve", CallerFeatureMap)) { in CheckVariableDeclarationType()