Home
last modified time | relevance | path

Searched refs:setTag (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang/AST/
H A DASTUnresolvedSet.h37 void setLazy(bool Lazy) { setTag(Lazy); } in setLazy()
H A DASTVector.h48 void setTag(bool B) { Capacity.setInt(B); } in setTag() function
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVObject.h247 void setTag(dwarf::Tag Tag) { TagAttrOpcode.Tag = Tag; } in setTag() function
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DPathDiagnostic.h439 void setTag(const char *tag) { Tag = tag; } in setTag() function
/openbsd/regress/lib/libcrypto/wycheproof/
H A Dwycheproof.go855 setTag := unsafe.Pointer(nil)
862 setTag = unsafe.Pointer(&tag[0])
881 ret = C.EVP_CIPHER_CTX_ctrl(ctx, ctrlSetTag, C.int(tagLen), setTag)
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp539 CurrentElement->setTag(Tag); in processOneDie()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1858 X->setTag(getTag()); in VisitNode()
2752 piece->setTag(getTag()); in VisitNode()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h160 void setTag(unsigned Tag) { SubclassData16 = Tag; } in setTag() function
726 setTag(Tag); in mutate()