Searched refs:anchor (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.cpp212 void PPC32TargetMachine::anchor() { } function in class:PPC32TargetMachine
221 void PPC64TargetMachine::anchor() { } function in class:PPC64TargetMachine
/freebsd-11.0-release/sys/arm/at91/
H A Dboard_tsc4370.c390 int anchor = 0; local
406 ret = resource_find_match(&anchor, &rName, &unit, "at", "spibus0");
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Dprop_commands.c1194 const char *anchor;
1212 /* Report iprops with the properties for the anchor */
1222 b->anchor ? b->anchor : b->anchor_abspath,
1231 if (b->anchor && b->anchor_abspath)
1233 path = svn_dirent_join(b->anchor,
1435 rb.anchor = path_or_url;
1439 rb.anchor = NULL;
1192 const char *anchor; member in struct:recursive_proplist_receiver_baton
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp622 void TemplateTemplateParmDecl::anchor() { } function in class:TemplateTemplateParmDecl
725 void TemplateDecl::anchor() { } function in class:TemplateDecl
840 void ClassTemplatePartialSpecializationDecl::anchor() { } function in class:ClassTemplatePartialSpecializationDecl
902 void FriendTemplateDecl::anchor() { } function in class:FriendTemplateDecl
954 void ClassScopeFunctionSpecializationDecl::anchor() { } function in class:ClassScopeFunctionSpecializationDecl
1154 void VarTemplatePartialSpecializationDecl::anchor() {} function in class:VarTemplatePartialSpecializationDecl
1252 void BuiltinTemplateDecl::anchor() {} function in class:BuiltinTemplateDecl
H A DMangle.cpp50 void MangleContext::anchor() { } function in class:MangleContext
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h208 virtual void anchor();
310 void anchor() override;
399 void anchor() override;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp623 void NodeBuilder::anchor() { } function in class:NodeBuilder
644 void NodeBuilderWithSinks::anchor() { } function in class:NodeBuilderWithSinks
653 void BranchNodeBuilder::anchor() { } function in class:BranchNodeBuilder
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h80 virtual void anchor();
124 virtual void anchor();
146 virtual void anchor();
356 void anchor() override;
522 void anchor() override;
1278 void anchor() override;
2439 void anchor() override;
2487 void anchor() override;
2527 void anchor() override;
2931 void anchor() overrid
[all...]
H A DDeclFriend.h43 virtual void anchor();
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-pfsync.c444 if (s->anchor != ntohl(-1))
445 ND_PRINT((ndo, ", anchor %u", ntohl(s->anchor)));
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h58 virtual void anchor();
527 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h135 virtual void anchor();
242 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DYAMLParser.cpp101 void Node::anchor() {} function in class:llvm::yaml::Node
102 void NullNode::anchor() {} function in class:llvm::yaml::NullNode
103 void ScalarNode::anchor() {} function in class:llvm::yaml::ScalarNode
104 void BlockScalarNode::anchor() {} function in class:llvm::yaml::BlockScalarNode
105 void KeyValueNode::anchor() {} function in class:llvm::yaml::KeyValueNode
106 void MappingNode::anchor() {} function in class:llvm::yaml::MappingNode
107 void SequenceNode::anchor() {} function in class:llvm::yaml::SequenceNode
108 void AliasNode::anchor() {} function in class:llvm::yaml::AliasNode
1430 setError("Got empty alias or anchor", Start);
2316 setError("Already encountered an anchor fo
[all...]
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp243 void SetTheory::Operator::anchor() {} function in class:SetTheory::Operator
244 void SetTheory::Expander::anchor() {} function in class:SetTheory::Expander
/freebsd-11.0-release/sbin/pfctl/
H A Dpf_print_state.c337 if (ntohl(s->anchor) != -1)
338 printf(", anchor %u", ntohl(s->anchor));
H A Dpfctl_parser.c680 static const char *anchortypes[] = { "anchor", "anchor", "anchor",
681 "anchor", "nat-anchor", "nat-anchor", "binat-anchor",
682 "binat-anchor", "rdr-anchor", "rdr-anchor" };
1734 pfctl_add_trans(struct pfr_buffer *buf, int rs_num, const char *anchor) argument
1748 pfctl_get_ticket(struct pfr_buffer *buf, int rs_num, const char *anchor) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DEHScopeStack.h146 virtual void anchor();
H A DModuleBuilder.cpp240 void CodeGenerator::anchor() { } function in class:CodeGenerator
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DConstants.h48 void anchor() override;
235 void anchor() override;
684 void anchor() override;
745 void anchor() override;
H A DUser.h41 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DArchive.h52 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h68 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DBasicAliasAnalysis.h201 virtual void anchor();
H A DTargetLibraryInfo.h314 virtual void anchor();
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.h88 virtual void anchor();

Completed in 275 milliseconds

1234567891011>>