Home
last modified time | relevance | path

Searched refs:isOrdinary (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h174 bool isOrdinary() const { in isOrdinary() function
180 assert(isOrdinary()); in getAbstractInfo()
184 assert(isOrdinary()); in getFunctionPointer()
188 assert(isOrdinary()); in setFunctionPointer()
DCGCall.cpp4309 assert(Callee.isOrdinary() || Callee.isVirtual()); in EmitCall()
/external/llvm-project/clang/include/clang/AST/
DRawCommentList.h88 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
94 return !isInvalid() && !isOrdinary(); in isDocumentation()
/external/clang/include/clang/AST/
DRawCommentList.h85 bool isOrdinary() const LLVM_READONLY { in isOrdinary() function
92 return !isInvalid() && !isOrdinary(); in isDocumentation()
/external/clang/lib/AST/
DRawCommentList.cpp287 if (RC.isOrdinary()) in addComment()
/external/deqp/framework/common/
DtcuInterval.hpp101 bool isOrdinary (void) const { return !hasNaN() && !empty() && isFinite(); } in isOrdinary() function in tcu::Interval
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp280 if (RC.isOrdinary() && !CommentOpts.ParseAllComments) in addComment()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1929 if (iargs.a.isOrdinary() && iargs.b.isOrdinary()) in doApply()
1956 if (a.isOrdinary() && b.isOrdinary()) in doApply()
2004 if (iargs.a.isOrdinary() && iargs.b.isOrdinary()) in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2560 if (iargs.a.isOrdinary() && iargs.b.isOrdinary()) in doApply()
2588 if (a.isOrdinary() && b.isOrdinary()) in doApply()
2637 if (iargs.a.isOrdinary() && iargs.b.isOrdinary()) in doApply()