/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Marshallers.cpp | 69 if (Value.isString()) in getBestGuess() 82 if (Value.isString()) in getBestGuess() 96 if (Value.isString()) in getBestGuess() 110 if (Value.isString()) in getBestGuess() 161 if (!Value.isString()) in getBestGuess()
|
H A D | Marshallers.h | 62 return Value.isString(); 174 return Value.isString(); 204 return Value.isString(); 227 return Value.isString(); 254 return Value.isString(); 285 return Value.isString(); 515 } else if (Value.isString()) { 642 } else if (Args[index].Value.isString()) { \
|
H A D | VariantValue.cpp | 379 bool VariantValue::isString() const { in isString() function in clang::ast_matchers::dynamic::VariantValue 384 assert(isString()); in getString() 443 if (!isString()) in isConvertibleTo()
|
H A D | Parser.cpp | 459 if (IDToken.Kind != TokenInfo::TK_Literal || !IDToken.Value.isString()) { in parseBindID()
|
/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | elftosb.cpp | 490 bool isString = false; in overrideOption() local 495 isString = true; in overrideOption() 507 if (isString) in overrideOption()
|
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/ |
H A D | pushback.h | 53 int isString (const char *string);
|
H A D | pushback.cpp | 192 int pushBackBuffer::isString (const char *s) in isString() function in pushBackBuffer
|
H A D | pre-html.cpp | 1106 if (f->isString("grohtml-info:page")) { in generateImages()
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | ldif-filter.c | 90 #define APPEND(s /* String or Strings */, data, count, isString) do { \ argument 96 memcpy( (s)->val + slen, data, sz * ((count) + !!(isString)) ); \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 250 virtual bool isString(); 454 bool isString(); 477 bool isString(); 823 bool isString();
|
H A D | mtype.d | 1018 bool isString() in isString() function 3685 override bool isString() in isString() function 3876 override bool isString() in isString() function 6057 override bool isString() in isString() function 6059 return memType().isString(); in isString()
|
H A D | statementsem.d | 2183 if (ss.condition.type.isString()) in package() 2292 if (cs.exp.equals(em.value) || (!cs.exp.type.isString() && in package() 2293 … !em.value.type.isString() && cs.exp.toInteger() == em.value.toInteger())) in package() 2382 if (!ss.condition.type.isString()) in package()
|
H A D | ctfeexpr.d | 1426 if (t1.isString() && t2.isString()) in ctfeCmp()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPrintfRuntimeBinding.cpp | 187 if (CA->isString()) in lowerPrintfForGpu() 255 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu() 433 if (IsZeroValue || (CA && CA->isString())) { in lowerPrintfForGpu()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.h | 263 virtual bool isString(); 467 bool isString(); 493 bool isString(); 830 bool isString();
|
H A D | ctfeexpr.c | 1439 if (t1->isString() && t2->isString()) in ctfeCmp()
|
H A D | statementsem.c | 2206 if (ss->condition->type->isString()) in visit() 2317 (!cs->exp->type->isString() && !em->value()->type->isString() && in visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | VariantValue.h | 293 bool isString() const;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-convert.cc | 549 if (ebtype->isString () && tbtype->isString ()) in convert_expr()
|
H A D | toir.cc | 810 if (s->condition->type->isString ()) in visit()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 286 case DIEValue::isString: in hashAttribute()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-convert.cc | 558 if (ebtype->isString () && tbtype->isString ()) in convert_expr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 73 bool isString() const { return getKind() == Type::String; } in isString() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Constants.h | 635 bool isString(unsigned CharSize = 8) const; 644 assert(isString() && "Not a string");
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BPFAbstractMemberAccess.cpp | 937 assert(DA->isString()); in computeAccessKey()
|