Searched refs:isString (Results 1 - 18 of 18) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp364 bool VariantValue::isString() const { function in class:clang::ast_matchers::dynamic::VariantValue
369 assert(isString());
415 if (!isString())
H A DMarshallers.h58 static bool is(const VariantValue &Value) { return Value.isString(); }
134 return Value.isString() && getAttrKind(Value.getString());
157 return Value.isString() && getCastKind(Value.getString());
181 return Value.isString() && getClauseKind(Value.getString());
H A DParser.cpp437 if (IDToken.Kind != TokenInfo::TK_Literal || !IDToken.Value.isString()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp189 if (CA->isString())
257 if (Init->isZeroValue() || CA->isString()) {
443 if (Init->isZeroValue() || CA->isString()) {
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h288 bool isString() const;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h71 bool isString() const { return getKind() == Type::String; } function in class:llvm::msgpack::DocNode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp278 case DIEValue::isString:
H A DAsmPrinter.cpp2436 if (CDS->isString())
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h648 bool isString(unsigned CharSize = 8) const;
650 /// This method returns true if the array "isString", ends with a null byte,
654 /// If this array is isString(), then this method returns the array as a
657 assert(isString() && "Not a string");
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp823 if (!omvn_initializer_array->isString())
981 if (!ocn_initializer_array->isString())
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp721 if (Piece.isString())
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1167 isString = typeof button === 'string',
1168 close = isString ? button : 'Close tooltip';
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2849 bool ConstantDataSequential::isString(unsigned CharSize) const { function in class:ConstantDataSequential
2854 if (!isString())
H A DAsmWriter.cpp1422 if (CA->isString()) {
H A DCore.cpp1388 return unwrap<ConstantDataSequential>(C)->isString();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2950 bool isString() const { return MyKind == String; } function in class:clang::GCCAsmStmt::AsmStringPiece
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2386 cast<ConstantDataSequential>(C)->isString()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3397 RequiredPadding == 4 || (CDAInit && CDAInit->isString());

Completed in 491 milliseconds