Home
last modified time | relevance | path

Searched refs:ForType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/benchmarks/automemcpy/lib/
H A DCodeGen.cpp456 FunctionType ForType; member
460 FunctionType ForType; member
470 switch (FN.ForType) { in operator <<()
485 switch (RT.ForType) { in operator <<()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp9052 static bool getAlignmentArgument(const Expr *E, QualType ForType, in getAlignmentArgument() argument
9060 unsigned SrcWidth = Info.Ctx.getIntWidth(ForType); in getAlignmentArgument()
9064 << MaxValue << ForType << Alignment; in getAlignmentArgument()