Home
last modified time | relevance | path

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

/freebsd/contrib/bearssl/T0/
H A DT0Comp.cs570 bool isVal = TryParseLiteral(tt, out v); in T0Comp()
572 if (isVal && w != null) { in T0Comp()
577 if (isVal) { in T0Comp()
1431 bool isVal = TryParseLiteral(tt, out v); in CompileStep()
1433 if (isVal && w != null) { in CompileStep()
1439 if (isVal) { in CompileStep()
1451 if (isVal) { in CompileStep()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DRootAutoDetectorTest.cpp33 bool isVal() const { return K == Kind::Value; } in isVal() function in Marker